[Panel-devel] [Bug 152797] applethandle doesn't dissapear

Aaron J.Seigo aseigo at kde.org
Sun Dec 16 20:44:02 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=152797         




------- Additional Comments From aseigo kde org  2007-12-16 20:44 -------
Peter, with all due respect, i understand where you are coming from but unless you are actually looking through the code i don't think it's realistic to be able to offer code-level input.

it's actually due to an interesting quirk in the QGraphicsScene where only items that have previously received a hover in get hover outs. since the applet handle gets created in response to a hover event, it doesn't get a hover in, so it doesn't get a hover out. once created, it will get a hover in and then a hover out afterwards resulting in proper hiding after being shown only.


More information about the Panel-devel mailing list