Bug 394150 - Tooltips are not hidden when window is switched to fullscreen (or programmatically moved/resized)
Summary: Tooltips are not hidden when window is switched to fullscreen (or programmati...
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: decorations (other bugs)
Version First Reported In: git master
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-12 00:00 UTC by Christoph Feck
Modified: 2018-06-20 17:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.