-
Notifications
You must be signed in to change notification settings - Fork 90
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
Cursor keeps the resize icon when moving past window edge #390
Comments
Which commit and app does this happen with? Can't reproduce with floating/sticky, client-side or server-side decorated, wayland or xwayland apps. |
Happens on the latest available daf669e and in all apps. When the cursor changes to its resize icon, it keeps it everywhere outside the window, unless it touches a panel or different window. |
Can reproduce now, this needs cosmic-bg running, which wasn't the case in my debugging setup. (Fascinating..) |
Weird... But indeed interesting. |
Currently hypothesis is, that the cosmic-bg surface simply doesn't set any pointer and smithay/cosmic-comp doesn't reset correctly when switching surfaces for focus (instead of switching to an empty focus). |
I've also noticed (present for a while) that the cursor occasionally gets stuck using an icon (like the hand icon sometimes when using Firefox). But does switch back (when doing something, not sure what) usually. |
Hypothesis proven, seems to be fixed by using a patched smithay dependencies with Smithay/smithay#1375. I'll update smithay once this is merged and then close this issue. |
Fixed by e287af1 |
When the cursor is moved over a window edge, and its resize icon is shown, that icon is kept everywhere outside the window, instead of reverting to its default icon when the window edge is passed.
The cursor reverts to its default icon when it touches a panel, returns to the window or is over another window.
This can make resizing with the mouse a bit difficult.
Probably caused by #380.
The text was updated successfully, but these errors were encountered: