
On Thu, Nov 26, 2009 at 06:38:02PM +0100, Tomas Janousek wrote:
Hello,
skimming through byorgey's bug swipe, I noticed that #207 applies to MouseResizableTile as well.
Thu Nov 26 18:34:13 CET 2009 Tomas Janousek
* X.L.MouseResizableTile: keep draggers on the bottom of the window stack.
As was discussed on IRC, this patch turns out to break MRT when used in combination with a desktop environment, because it will lower the draggers to the very bottom of the stack, hidding them behind things like Gnome's Desktop for example. I'm applying the attached patch instead, which lets the core know about the draggers so they can be restacked correctly. This should also solve the original problem (draggers being on top of floating windows), without this un-intended side effect. Note: As a similar fix was applied to DragPane, that layout might also not work correctly anymore in combination with a desktop environment. I haven't looked into it much so far. Regards, Jan