Bug #1794
closedTooltips, WPaintedWidget + Mouse events - My painful combination
0%
Description
Hi Koen!
I have a major problem with the combination of tooltips, WPaintedWidgets and mouse events.
The testcase works as follows:
1) Hover over a widget so that the tooltip is shown.
2) Perform a "slow" doubleclick. -> The tooltip is hidden and shown again, but the doubleclick event is not called.
If you are fast enough, the doubleclick-event is called.
If you doubleclick if there is no tooltip the doubleclick event is sometimes called, sometimes not.
So my question:
Is there a possibility to fix this behaviour, so that the doubleclick is recognized correctly?
Is there a known or recommended workaround with such issues?
I know this is a very difficult and tricky usage of the toolkit, but it is a key ui-feature for my "desktop like" application...
best regards,
Max Quatember
Files
Updated by Max Quatember over 11 years ago
by the way, I'm using latest git (3.3.0 rc4) ;-)
Updated by Koen Deforche over 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
Updated by Koen Deforche over 11 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.3.1
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed