Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
4.7.1
-
4.7.1
Description
declarative/ui-components/searchbox/SearchBox.qml Line:57
Not sure if this works in the mobile space but on the desktop line:57 is "visible: parent.wantsFocus ? true : false" does not work
should be "visible: parent.activeFocus ? true : false" to function correctly