sway icon indicating copy to clipboard operation
sway copied to clipboard

`wl_pointer.enter` is not sent directly after `wl_data_device.leave`, only after mouse is moved

Open mvforell opened this issue 1 year ago • 0 comments

  • Sway Version: 1.7

  • Debug Log: here

  • Configuration File: default

  • Description:

    • I'm working on Chromium's Wayland DnD and cursor implementation, and noticed that after the DnD session ends, there is no wl_pointer.enter event until I move the mouse. Weston sends this event right after it sends wl_data_device.leave.
    • Chromium WAYLAND_DEBUG=1 log: here

mvforell avatar Oct 27 '22 12:10 mvforell