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

NextButton not clicked in CredentialsPageCallback

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.1.1
    • Scripting
    • None
    • Windows

      This:

      Controller.prototype.CredentialsPageCallback = function()

      { var widget = gui.currentPageWidget(); var username = installer.environmentVariable("QT_ACCOUNT_USERNAME"); var password = installer.environmentVariable("QT_ACCOUNT_PASSWORD"); widget.loginWidget.EmailLineEdit.setText(username); widget.loginWidget.PasswordLineEdit.setText(password); gui.clickButton(buttons.NextButton); }

      worked in 3.2.3, but not in 4.1.1. The next button is never clicked. The installer pauses and waits for the next button to be clicked.

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

            installerteam Installer Team
            tvaughan Tom Vaughan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes