Opened 14 years ago
Closed 14 years ago
#209 closed defect (invalid)
xCenter widget and "Always on top"
Reported by: | martini | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Qt Enhanced |
Component: | QtGui | Version: | 4.6.3 |
Severity: | low | Keywords: | |
Cc: |
Description
Hi
when the xcenter has the feature enabled "Always on top", the contextual menu (right click) of the items on the QT widget shows in the back of the xcenter bar.
Check screenshots.
Attachments (2)
Change History (3)
by , 14 years ago
Attachment: | bug-xcenter1.png added |
---|
by , 14 years ago
Attachment: | bug-xcenter2.png added |
---|
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is expected -- XCenter puts itself above all windows (besides its ownees) in this mode. And this is true not only for the xsystray plugin but for any other application that creates a popup window without setting XCenter as the window owner. We can't fix this behavior in Qt, this needs to be fixed in XCenter itself (for example by ignoring windows with the CS_SAVEBITS class flag which most likely means they are popups or some other temporary windows that are about to disappear once the action they are called for is performed, and therefore they should be above everything including XCenter). Feel free to file a feature request in the XWP bug tracker here http://xtracker.netlabs.org/index.php?project=2 if you wish.