Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.3.2, 5.4.0 Beta
-
Windows
Description
If I click to close a menu popup, like after clicking File, Edit, View, etc., clicking a third time does not open the popup again. It re-opens on the 4th click instead of the 3rd.
This can be reproduced with the opengl\legacy\grabber example. If commented out glWidgetArea->setWidget(glWidget); menu works fine.
This works in 5.1.1 but not anymore in 5.2.1.
Here is the first bad commit:
commit 78d7192338e2cbba0c9b53c429d35b9437b7e1cd
Author: Friedemann Kleint <Friedemann.Kleint@digia.com>
Date: Tue Aug 27 11:58:34 2013 +0200
Close menu on 2nd click on QMenuBar.
Task-number: QTBUG-32807
Change-Id: I0c3c25c6acf92bc30c1bcfc09003209b572ec777
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Attachments
Issue Links
- is replaced by
-
QTBUG-41869 [REG 4.8.2->5.3.2] Mouse events are not generated (or processed) when clicking on a widget while a popup is open if said widget or one of its siblings uses OpenGL
- Closed