Even if clients (like mozilla) are minimized, they still produce tooltips as if the client was still visible - xserver gets WM_NCMOUSEMOVE message and updates the pointer position - windows are not minized in x11, only the output window is minimized - mouse over a button produces tooltip, which is now shown solution: - make x11 window invisible if minized in windows - don't move pointer if not over a real window. Has still problems if another window closes and exposes another window
Created attachment 7725 [details] [review] Patch to fix
If the window is iconic don't move it vertically, just move it to the origin. Also don't call winAdjustXWindow() so many times (this function contains the fix).
Comment on attachment 7725 [details] [review] Patch to fix Second part not needed
Created attachment 7726 [details] [review] Corrected patch Duhh, the second part of the patch was wrong.
Applied. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.