Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-15708

declarative/ui-components/searchbox/SearchBox.qml does not change on focus

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 4.7.1
    • Examples and Demos
    • 4.7.1

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            docteam Qt Documentation Team
            coderbob Bob the coder
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes