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

SpinBox does not lose focus

    XMLWordPrintable

Details

    Description

      SpinBox does not lose focus:

      import QtQuick 2.13
      import QtQuick.Layouts 1.13
      import QtQuick.Controls 2.13
      
      ApplicationWindow {
          id: window
          visible: true
          width: 600
          height: 600
      
          onActiveFocusItemChanged: print(activeFocusItem)
      
          Column {
              SpinBox {
                  Component.onCompleted: print(focusPolicy)
              }
              SpinBox {}
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              vklimov Victor Klimov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes