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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 4.7.1
    • Examples and Demos
    • 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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes