Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework MinSize implementation for richtext with wrapping #4890

Open
2 tasks done
dweymouth opened this issue May 28, 2024 · 2 comments
Open
2 tasks done

Rework MinSize implementation for richtext with wrapping #4890

dweymouth opened this issue May 28, 2024 · 2 comments
Labels
bug Something isn't working races Issues relating to race condition in Fyne

Comments

@dweymouth
Copy link
Contributor

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

The current 2-pass implementation seems to have race conditions

How to reproduce

See fyne-contributors Slack discussion from 2024-05-28

Screenshots

No response

Example code

complicated

Fyne version

develop

Go compiler version

n/a

Operating system and version

n/a

Additional Information

No response

@dweymouth dweymouth added the unverified A bug that has been reported but not verified label May 28, 2024
@Jacalz Jacalz added bug Something isn't working races Issues relating to race condition in Fyne and removed unverified A bug that has been reported but not verified labels May 28, 2024
@andydotxyz
Copy link
Member

I think this also covers the GridWrap layout and widget implementations?

@dweymouth
Copy link
Contributor Author

Not the widget, I don't think - I believe its minsize is just the template element. I use it extensively and haven't run into the race condition with it. Not sure about the GridWrap layout off the top of my head

@andydotxyz andydotxyz added this to the "F" release, Late 2024 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working races Issues relating to race condition in Fyne
Projects
None yet
Development

No branches or pull requests

3 participants