FyshOS / fynedesk

A full desktop environment for Linux/Unix using Fyne
https://fyne.io/fynedesk/
Other
1.02k stars 47 forks source link

Applications can push other ones off the screen #163

Closed Jacalz closed 3 years ago

Jacalz commented 3 years ago

Moving around windows sometimes allows for pushing other ones off the screen. Video was too big to upload here, please see https://gophers.slack.com/archives/CKV7AF2N6/p1613061709261800.

okratitan commented 3 years ago

I think the mouse events are probably getting propogated now to windows below and thus causing drags on other windows too to happen - could probably fix by grabbing the mouse during move/resizes and then ungrabbing when done.