Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
7eb5f8a54bdcf0520a7aa0a2874a059060866097
Description
I'd like to remove MouseArea from the basic VKB example:
https://codereview.qt-project.org/#/c/218682/3/
There are two problems preventing this:
- When interactive, Flickable steals press events (see
QTBUG-66132for a solution to this) - Giving a Pane that is a parent of the Flickable ClickFocus does not result in child text fields losing active focus when clicking outside of them, as there is a sub-focus child (?).
Attachments
Issue Links
- relates to
-
QTBUG-72901 Provide a way to clear focus when clicking outside an interactive control
- Open