Code review comment for lp:~nick-dedekind/unity/lp857422.dash-mouse-steal

Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

This is a bit of a cheeky fix.
The problem causing the events to be stolen is that the base window of the dash/hud takes the monitor geometry as it's own. The XInputWindow which is responsible for receiving the XEvents has the same geometry.

This branch side-steps this issue by resizing the XInputWindow to match the actual size of the dash/hud, so if a user clicks outside the dash, it doesnt receive the click.

« Back to merge proposal