Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update Automated Checks GroupItem HelpText to reflect IsExpanded…
… state (#1203) #### Details Currently, the HelpText for the GroupItems in the Automated Checks ListView is always "Press right arrow key to expand, enter or space to toggle children highlighting", regardless of expanded/collapsed state. With this PR, it will now be "Press left arrow key to collapse, enter or space to toggle children highlighting" when the items are expanded. Example of NVDA reading these items now: - Collapsed: > 2 errors - A button must not support both the Invoke and Toggle patterns., all children highlighted grouping collapsed Press right arrow key to expand, enter or space to toggle children highlighting 1 of 6 - Expanded: > 2 errors - A button must not support both the Invoke and Toggle patterns., some children highlighted grouping expanded Press left arrow key to collapse, enter or space to toggle children highlighting 1 of 6 ##### Motivation Addresses ADO 1750592 ##### Context - It took a few tries to find the right place to put the `Trigger` #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [n/a] Run through of all [test scenarios](https://github.com/Microsoft/accessibility-insights-windows/blob/main/docs/Scenarios.md) completed? - [x] Does this address an existing issue? If yes, Issue# - 1750592 - [n/a] Includes UI changes? - [x] Run the production version of Accessibility Insights for Windows against a version with changes. - [n/a] Attach any screenshots / GIF's that are applicable. > Note: After the PR has been created, certain checks will be kicked off. All of these checks must pass before a merge.
- Loading branch information