Bug 394150

Summary: Tooltips are not hidden when window is switched to fullscreen (or programmatically moved/resized)
Product: [Plasma] kwin Reporter: Christoph Feck <cfeck>
Component: decorationsAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: bugseforuns
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Christoph Feck 2018-05-12 00:00:31 UTC
Steps to reproduce (only tested on X11):

- Find a program which is able to toggle Fullscreen Mode via a shortcut, e.g. 'mpv' video player uses 'f' key
- Run the program and hover over the close button, until a tooltip appears
- Press the shortcut to switch to Fullscreen

Actual result:
- The tooltip stays on screen until it is clicked away

Expected result:
- The tooltip hides

It also does not hide immediately when the window is resized programmatically, but a small move of the mouse over the decoration fixes it. The tooltip probably needs to re-evaluate mouse position if either the mouse moved, or the decoration moved programmatically or toggles due to fullscreen change.
Comment 1 Patrick Silva 2018-06-20 15:36:06 UTC
cannot reproduce on Arch Linux. Probably fixed by
https://cgit.kde.org/kwin.git/commit/?id=c44adda40f47418ce6eea974b2a3c3b1e77fa205
Comment 2 Martin Flöser 2018-06-20 17:46:52 UTC
Yeah my fix should have fixed that one as well.