Extra FocusIn/FocusOut events when trying to drag the mouse inside FreeRDP window #628
Labels
relates:ewmh
Issues is in EWMH/ICCCM2 handling code
reproducible:fvwm2
Issue is also present in fvwm2
type:bug
Something's broken!
Upfront Information
fvwm3 --version
)Linux distribution or BSD name/version
FreeBSD 13.0-RELEASE-p4
Platform (run:
uname -sp
)FreeBSD amd64
Expected Behaviour
Dragging the mouse in the client area of FreeRDP should not cause focus events.
Actual Behaviour
Only in the presence of bindings to mouse button 1 on a window (context 'W'), there are FocusOut/FocusIn events when trying to drag the mouse inside FreeRDP. The events look like this in
xev
:When I remove these bindings from my fvwm config:
everything works as expected (
xev -id <freerdp-window-id> -event focus
doesn't see any events)Enabling logging
No log messages are created when reproducing the behavior:
Steps to Reproduce
Mouse 1 W CM Module FvwmIdent
xev -id <freerdp-window-id> -event focus
Extra Information
Related issue on FreeRDP: FreeRDP/FreeRDP#6948
The text was updated successfully, but these errors were encountered: