You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When dragging to resize the window of a Fyne app built with -tags wayland, there is significant lag, where the window is always "behind" the cursor. This doesn't happen with an X11 build running with xwayland. It's possible native Wayland is receiving too many resize events from the window manager, and we need to coalesce several consecutive ones into one Fyne re-layout?
How to reproduce
Run any Fyne app built in Wayland on a Wayland linux desktop (I used Ubuntu 22.04.5 LTS with all default settings).
Screenshots
No response
Example code
fyne_demo
Fyne version
2.5.3
Go compiler version
n/a
Operating system and version
Ubuntu 22.04.5 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the bug
When dragging to resize the window of a Fyne app built with
-tags wayland
, there is significant lag, where the window is always "behind" the cursor. This doesn't happen with an X11 build running with xwayland. It's possible native Wayland is receiving too many resize events from the window manager, and we need to coalesce several consecutive ones into one Fyne re-layout?How to reproduce
Run any Fyne app built in Wayland on a Wayland linux desktop (I used Ubuntu 22.04.5 LTS with all default settings).
Screenshots
No response
Example code
fyne_demo
Fyne version
2.5.3
Go compiler version
n/a
Operating system and version
Ubuntu 22.04.5 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: