#985603 bottom Drawer with open window(s) interferes with x2x

Package:
xmonad
Source:
xmonad
Description:
Lightweight X11 window manager written in Haskell
Submitter:
Rui Damas
Date:
2021-03-20 15:45:04 UTC
Severity:
important
#985603#5
Date:
2021-03-20 15:43:25 UTC
From:
To:
note ::: this bug may be in other packages: xmonad-contrib* or x2x.

while using the Drawer layout (
https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Layout-Drawer.html
) at the bottom of the screen:

  simpleDrawer 0.002 0.35 (Role "in_drawer") `onBottom`

... works just fine... but, then i use x2x with the remote screen bellow:

  x2x -to :0 -south

... also works fine... but only there are no windows in the drawer :::
if i have open windows (focused or not) in the drawer, it prevents the
mouse from leaving the main screen to the remote screen... as soon as
all the windows in the drawer are closed it works fine... if i change
to a workspace with no windows in the drawer also works fine...