-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Button/toolbar weird flickering inside table #3685
Comments
Do not create new content in the |
This comment was marked as off-topic.
This comment was marked as off-topic.
I think Official lack of trial examples to guide |
What I described is documented at https://developer.fyne.io/widget/table |
hey there, sorry if I hadn't replied sooner, but just got busy with other work. If anyone needs, this is how I put a toolbar and other objects inside a table (not it won't flicker anymore 😁):
|
Checklist
Describe the bug
When putting either a
*widget.Toolbar
or a*widget.Button
inside a*widget.Table
cell, it makes a weird flickering whenever you put the cursor on that cell.Putting the cursor in a certain position will also cause different effects depending on the position: the toolbar for example would display its icons partially if putting the cursor above the first icon, instead putting it above the last (third) icon always displays the toolbar correctly.
How to reproduce
widget.NewTable
update func(TableCellID, fyne.CanvasObject)
body, put the code to insert either a*widget.Toolbar
or a*widget.Button
in a cellScreenshots
Example code
Fyne version
2.3.1
Go compiler version
go1.19.1 windows/amd64 / go1.19.1 darwin/arm64
Operating system and version
Windows 11 / macOS Monterey
Additional Information
I would like to add, I'm extremely grateful for your work! Fyne is really extraordinary and I can't wait to finish my application. Thank you!
The text was updated successfully, but these errors were encountered: