joewing / jwm

Joe's Window Manager
http://joewing.net/projects/jwm
MIT License
520 stars 84 forks source link

Firefox cannot be moved by dragging the CSD title bar #540

Open dimkr opened 2 years ago

dimkr commented 2 years ago

This happens with JWM 2.3.7 or 2.4.0 and any recent version of Firefox, when MOZ_GTK_TITLEBAR_DECORATION=client, browser.tabs.drawInTitlebar=true and browser.tabs.inTitlebar=true (the title bar checkbox is unchecked).

JWM properly hides the window title and the outline, but the block that starts at https://github.com/joewing/jwm/blob/6099a928dc0bd08c7510e967d95a1d3bd5107a54/src/event.c#L427 seems to have no effect when dragging.

As far as I see, Firefox uses _NET_WM_MOVERESIZE, but HandleNetWMMoveResize() doesn't get called because JWM ignores the window.