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

Setting Material.background color to Transparent causes click animation to fail

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.9.3
    • None
    • Windows 10

      Qt Creator 4.4.1

      Based on Qt 5.9.3 (MSVC 2015, 32 bit)
      Built on Nov 21 2017 04:12:49

    Description

      Execute the following code, will result in the material design animation to only display EVERY OTHER time the button is clicked.

      import QtQuick 2.9
      import QtQuick.Controls 2.2
      import QtQuick.Controls.Material 2.2 

      Button {
           Material.elevation1   
           Material.background: "#00000000"  
           width200  
           height: 200
      }

      Attachments

        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
            cwood107 Chris Wood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes