Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-635

Can select disabled component with "Select All" button

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 2.0.1
    • 1.5.0, 2.0.0
    • General
    • None
    • Windows, Mac
    • If15f765b2b8c2fcbb66f72f6d27e9b1d3db92e4a

    Description

      Having issue installing a component with symlinks on windows platform, I disabled it from installer using platform information.

      function Component()
      {
          // constructor
      	if (installer.value("os") === "mac") {
      		component.enabled = true;
      	} else {
      		component.enabled = false;
      	}
      }
      

      The component can not be selected using the mouse or keyboard, but if you click on "Select All" button, it is then selected and tried to be installed. In my case the installer will then failed because component can not be safely installed on this target platform.

      Attachments

        For Gerrit Dashboard: QTIFW-635
        # Subject Branch Project Status CR V

        Activity

          People

            jkobus Jarek Kobus
            johnlamericain Jonathan Courtois
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes