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

Freeze when tab button is pressed after clicked button goes invisible

XMLWordPrintable

    • macOS
    • 254a56252874b63430701351dcd8c9bef8507353 (qt/qtdeclarative/5.14)

      Click the button before it disappears, then after it disappears, press TAB. 

      Application freezes.

      import QtQuick 2.12
      import QtQuick.Window 2.12
      import QtQuick.Controls 2.3
      import QtQuick.Controls.Material 2.12
      
      Window {
          property bool buttons_are_visible: true
      
          Timer {
              interval: 2000
              running: true
              repeat: false
              onTriggered: buttons_are_visible = false
          }
      
          Button {
              text: "Click"
              visible: buttons_are_visible
          }
      }
      

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

            wang_chuan wang chuan
            naezith Tolga Ay
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes