Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.4, 6.2.0
-
6ca31ca88a7ee86308e329afd6cd2c90a050d4d9 (qt/qtdeclarative/dev) 74ae8a118667c84e1abb16856a7679036cd69808 (qt/qtdeclarative/6.2) 8c1aa278e20d2cf3a4b4c5c5410f323a64338469 (qt/qtdeclarative/6.1)
Description
There is inconsistency with the handling of some key events (modifiers) occurring with the QML TextEdit control. When the TextEdit is focused and the shift key is pressed, the shift-key press event is propagated to parent. But, when the shift key is released, the event seems to be accepted internally and the event and the event does not propagate to parent.
Please find a simple example showing the problem.
Run the example and press the shift key. The pressed event arrives to the external focus scope while the release event does not arrive.
Attachments
Issue Links
- relates to
-
QTBUG-30752 Android: Qt Quick Text Edit blocks Back button so apps cannot be closed
- Closed