cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom Skin Installations Do Not Retain Proper Tab Order For Dialogs With an Edit Field

Custom Skin Installations Do Not Retain Proper Tab Order For Dialogs With an Edit Field

Summary

When using an InstallScript project with a custom skin, the tab index for a dialog that contains Edit Field controls does not automatically move to the next button when the focus is on the edit field control.

Symptoms

When using an InstallScript project with a custom skin, the tab index for a dialog that contains Edit Field controls does not automatically move to the next button when the focus is on the edit field control. The result of this is that pressing the Enter key while the cursor is still on the edit field control could result in unexpected behavior such as the install prompting to cancel or moving to the previous dialog as opposed to the next dialog.

Steps To Reproduce

Steps to Reproduce:

  1. Create a new InstallScript project.
  2. Go to the InstallScript view.
  3. In OnFirstUIBefore, add the following code just above Dlg_SdLicense2:?
    1. nResult = EnterLoginInfo("",svUser,svPw);
      if (nResult = BACK) goto Dlg_SdWelcome;
  4. declare the svUser and svPw string variables.
  5. Build the project.
  6. Run the install and click the next button to go to the EnterLogin dialog
  7. Click on the Password edit field.
  8. Type a random string on the edit field and press the Enter key while the cursor is still on the edit field.
  9. Observe that the install goes to the next dialog; cancel the install.
  10. In the project, go to the Dialogs view and select a custom skin.
  11. Repeat steps 5-8.

Resolution

This issue has been submitted as a bug and is pending review from our Engineering team. The issue is being tracked under issue #IOJ-1740305.
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jul 17, 2018 11:09 PM
Updated by: