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
When moving a tablet tool over the resize edge of a v2 surface, the <-> cursor image "sticks" after passing the edge. It remains stuck even during application contexts where it'd be expected to change (e.g. hovering a link in Firefox, or switching to the grab tool in Xournal).
WAYLAND_DEBUG shows that the clients are sending the set_cursor request, and sway logs contain a bunch of:
[sway/input/cursor.c:801] denying request to set cursor from unfocused client
The text was updated successfully, but these errors were encountered:
`handle_tablet_tool_set_cursor` was copied from input/cursor.c's
`handle_request_set_cursor`, but the focused surface check was not
adjusted appropriately.
Fixesswaywm#5257.
`handle_tablet_tool_set_cursor` was copied from input/cursor.c's
`handle_request_set_cursor`, but the focused surface check was not
adjusted appropriately.
Fixesswaywm#5257.
`handle_tablet_tool_set_cursor` was copied from input/cursor.c's
`handle_request_set_cursor`, but the focused surface check was not
adjusted appropriately.
Fixes#5257.
When moving a tablet tool over the resize edge of a v2 surface, the
<->
cursor image "sticks" after passing the edge. It remains stuck even during application contexts where it'd be expected to change (e.g. hovering a link in Firefox, or switching to the grab tool in Xournal).WAYLAND_DEBUG
shows that the clients are sending theset_cursor
request, and sway logs contain a bunch of:The text was updated successfully, but these errors were encountered: