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

NextButton not clicked in CredentialsPageCallback

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes