Open JamesDaly01 opened 5 months ago
Modification Request: please show both the plain text description AND the numeric value.
The reason for the request is that the automation API we use in tandem with Accessibility Insights only exposes the numeric value; while having the plain text description would be most helpful, it would make things more complicated for us if the numeric version disappears.
There is precedent for this, for example with ControlType
, HeadingLevel
, LegacyIAccessiblePattern.Role
, and Orientation
.
Good afternoon Mr. Kotenko,
I have matched some state values with their corresponding description using Accessibility Insight and Inspect Objects.exe. Just FYI - I saw other state values being displayed by Accessibility Insight but could not get a stabled comparison with Inspect Objects.exe. I hope this helps.
Input text field: The state: focused,focusable = LegacyIAccessiblePattern.State 1048580 focusable = LegacyIAccessiblePattern.State 1048576 unavailable, read only, focusable = LegacyIAccessiblePattern.State 1048641
Buttons: The state: checked, focusable = LegacyIAccessiblePattern.State 1048592 focusable = LegacyIAccessiblePattern.State 1048576
Combo box: The state: collapsed, focusable = LegacyIAccessiblePattern.State 1049600 (when hover over field with mouse) selected, focused, focusable, selectable = LegacyIAccessiblePattern.State 3145734 (when click on field with mouse)
Thank you for your support! :) James
Describe the bug When looking into CLAIMS 3 our software tool - The limitation of "Accessibility Insights" when compared to "Inspect Objects" is that the current "State" not not displaying all the statuses available on the yellow pop-up value tested element and the State field "LegacyIAccessiblePattern.State" is not getting decoded (A number is displayed and not a value).
The following not displayed on the yellow pop-up or "State" field: 1, Input text field: The state: "Focused/Not Focused"
To Reproduce Steps to reproduce the behavior:
Expected behavior The State field "LegacyIAccessiblePattern.State" should be displaying the following: 1, Input text field: The state: "Focused"
Actual behavior The State field "LegacyIAccessiblePattern.State" is displaying for Ex. "LegacyIAccessiblePattern.State: 1048580"
Screenshots or .GIF Screenshot added to help explain your problem.
Desktop
Additional context Priority requested - HIGH