Separated from bug #24620. - A menu on a tool button and a context menu appear at an incorrect position in this plasmoid. I suspect this nasty issue is relevant to this bug in Qt: 249306 - QToolButton popup menu is shown at wrong position when embedded in a QGraphicsView http://qt.nokia.com/developer/task-tracker/index_html?method=entry&id=249306 (Plasma::PopupApplet inherits Plasma::Applet and Plasma::Applet inherits QGraphicsProxyWidget)
The Qt bug mentioned above is going to be fixed in Qt 4.6.0, the next release. http://bugreports.qt.nokia.com/browse/QTBUG-3822
Created attachment 32208 [details] [review] patch I've tested the attached patch with Qt 4.5.3. According to a Debian developer, this bug is reproducible even with Qt 4.6 rc1 when the patch isn't applied.
Created attachment 32211 [details] [review] patch v2 a context menu should be appeared on right click
Created attachment 32216 [details] [review] patch v3
(In reply to comment #4) > Created an attachment (id=32216) [details] > patch v3 I'll apply this later. Thanks!
Confirmed the patch v3 fixed the problem. And applied to the SVN trunk/1.5.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.