Summary: | Volume slider often unexpectedly hidden in fullscreen | ||
---|---|---|---|
Product: | [Applications] dragonplayer | Reporter: | Ralf Jung <post> |
Component: | general | Assignee: | Dragon Player Mailing List <dragon-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: | |||
Attachments: | A patch to fix the bug |
Description
Ralf Jung
2009-05-15 15:38:14 UTC
Confirmed in trunk. I upgraded to KDE 4.3.2 (Kubuntu packages) and still have this issue KDE 4.4.2 still shows this behaviour. I guess the toolbars are both hidden when the cursor leaves the main toolbar, but the code does not notice that I actually entered another toolbar. The same is still happening in KDE 4.6.2. Created attachment 64519 [details]
A patch to fix the bug
I wrote and attached a patch to address this problem. It slightly changes the toolbar/volume slider behaviour in fullscreen-mode:
- The toolbar and volume dock are shown when the mouse moves, or when it is in the area covered by these
- Both are hidden when the mouse is outside their area, and does not move for 2 seconds
This fixes the toolbar flickering issues for me, as well as the problem described in this bug.
SVN commit 1258978 by ralfjung: Fix for volume slider to often be unexpectedly hidden in fullscreen mode The toolbars are now only hidden if the mouse is seen outside of them, and if it does not move for 2 seconds. BUG: 192772 FIXED-IN: 4.8 CCMAIL: ian@monroe.nu M +24 -52 fullScreenToolBarHandler.cpp M +1 -2 fullScreenToolBarHandler.h M +17 -7 mainWindow.cpp M +4 -0 mainWindow.h M +0 -6 videoWindow.cpp M +0 -1 videoWindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1258978 |