Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.5.0
-
windows only
Description
i wrote small program that demonstrates how popup qml menu blocks keyboard events in text widgets(in example QLineEdit).
Steps to reproduce:
1) right click in qml area(cause popup qml menu)
2) focus on text widget
3) try to input some text
Reproduces only when program contain common widget part and qml part.
Workaround is only focus on some other window(or press windows_key button)