Opened 13 years ago

Closed 13 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)

bug-xcenter1.png (8.8 KB) - added by martini 13 years ago.
bug-xcenter2.png (4.9 KB) - added by martini 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by martini

Attachment: bug-xcenter1.png added

Changed 13 years ago by martini

Attachment: bug-xcenter2.png added

comment:1 Changed 13 years ago by Dmitry A. Kuminov

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.