-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.1
Use the attached example application to reproduce these issues.
When the QGraphicsTextItem loses focus the virtual keyboard doesn't hide automatically.
Steps to reproduce:
1) Tap in the text item
2) Tap in the empty space in the scene
-> The text item loses focus, but the keyboard stays up.
There's also an issue where QGraphicsTextItem is focused when another item should get focus.
Steps to reproduce:
1) tap in the text item to give it focus
2) close the input method by hitting the keyboard down button in the lower right conner of the input method
3) tap in the red circle.
-> The red circle gains focus and then immediately the text item gets focus. When the text item gets focus, the input method keyboard never pops up.