wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

Accessibility: Welcome dialog order of controls is incorrect #5903

Open SteveL-MSFT opened 5 years ago

SteveL-MSFT commented 5 years ago

Bugs

If this issue is a bug:

3.9.1208.0

N/A

N/A

N/A

N/A

The default WiX welcome dialog has the controls in the wrong order when observed by Narrator Scan mode.

1. Start a MSI installer built from WiX that has the default Welcome Dialog
2. Start Narrator (Ctrl+Win+Enter)
3. Start Scan Mode (Insert+Space)
4. The `Next` button should be highlighted, press down to navigate to next control.
5. The `Cancel` button should be highlighted, press down again.
6. After this, the order is seemingly random.  Keep pressing down to navigate through the controls.

Expectation is that the order is top to bottom and left to right. Otherwise, a visually impaired user cannot correctly determine the layout of the controls.

barnson commented 5 years ago

Which dialog set are you using? A screen shot or repro project would be helpful too.

SteveL-MSFT commented 5 years ago

https://github.com/PowerShell/PowerShell/blob/master/assets/Product.wxs