Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.2
-
None
Description
Consider the following:
A modal dialog is executed when an application receives a key press event. However, if the key is released faster than the modal dialog is up an running, a key release event is never received. This also means that QApplication::keyboardModifiers() may not be correctly maintained.
Key release events should not be discarded even when a new event loop is started.