Uploaded image for project: 'Qt Automotive Suite'
  1. Qt Automotive Suite
  2. AUTOSUITE-1286

Disabled ListItem remains grayed out after enabling

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.13.1
    • 5.13.0
    • Neptune3
    • None
    • All
    • d1e180a525775b86da5dd071f167578464dab98f (qt-apps/neptune3-ui/5.13)

    Description

      If a ListItem was created disabled, the text on it is grayed out. After enabling it, it becomes clickable but the text is still grayed out.

      It happens due to this line in the file ListItemBasic.qml

       

      opacity: enabled ? root.opacity : Style.defaultDisabledOpacity

       

      It should be either 

       

      opacity: enabled ? 1.0 : Style.defaultDisabledOpacity

      or something else, because this solution will ignore user's opacity.

       

       

      Attachments

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

        Activity

          People

            bram_harimukti Bramastyo Harimukti Santoso
            anatolyk Anatoly Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes