Summary: | easier way to hide opened menu of a hidden system tray application | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Silver Salonen <silver.salonen> |
Component: | KMix Panel Docking | Assignee: | Christian Esken <esken> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | the.warl0ck.1989 |
Priority: | LO | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Silver Salonen
2010-08-12 08:45:10 UTC
seems specific to kmix and its volume slider. all other entries i tried work as expected. I tried it in 4.8 and I'm able to get rid of the KMix slider when I click on the window and drag the cursor a bit. If I just click on it or click anywhere else, it won't go away. There's something about mouse movement in Qt related to the empty entries sticking on the task bar - could it be related? I tried it, and it also happens for me. But only if the KMix icon is configured to be "always hidden" in the Systray. I have no clue where to search for the issue, as the executed code path is the same in both cases: kmix(20195) KMixDockWidget::activate: Activate at QPoint(1475,42) kmix(20195) KMixDockWidget::activate: Skip default KStatusNotifierItkdebem behavior kmix(20195) KMixDockWidget::activate: cm is NOT visible => setAssociatedWidget(_referenceWidget) kmix(20195) KMixDockWidget::activate: moving to QSize(190, 232) 1380 42 The Qt issue I mentioned is talked about in bug 275469. *** Bug 255219 has been marked as a duplicate of this bug. *** Unfortunately I have no idea what is causing this, nor why it happens. It might go away if somebody implements a new try popup (plasma based). There is a Google Summer of Code 2013 project reating to it and some more approaches from other people. Unless somebody succeds with that you have to live with this issue. Sorry. Repeating, due to misleading typos in my last comment: Unfortunately I have no idea what is causing this, nor why it happens. It might go away if somebody implements a new tray popup (plasma based). There is a Google Summer of Code 2013 project relating to it, and some more approaches from other people. Unless somebody succeds with that, you have to live with this issue. Sorry. |