-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On IpadOS VO fails to read out "closest" alert or "extremely close" alert #185
Comments
@loganbraywork two questions:
|
It doesn't happen on MacOS VO as far as I can tell, but I will also check with another IOS version and master. |
@KatieWoe Confirms it happens on IOS 12 |
Occurs on Master |
Was able to confirm on my iPad with iPadOS 13 |
After pairing with @jessegreenberg, we found that this is because on a mobile device, we aren't getting any events once the slider is at the end of the track. No @jessegreenberg and I both this that this is alright behavior, and not vital to change. IIRC, the main reasoning for this "beyond edge" alert is to make sure to comminucate the boundary condition. On @jessegreenberg's iOS 13 VO iPad, we heard VO give a "bump" sound that signified the end of track, we also heard it re-read the aria-valuetext saying "left side of track." Marking for @terracoda and @emily-phet to comment on if we can publish without changing this logic. I will update documentation in |
Yep, I agree. The go-beyond-edge alert is meant to provide helpful state information when there is no change and an addition key press is made after reaching an edge. The information is not essential and should be available in the PDOM in the dynamic state descriptions for each of the mass spheres or in the dynamic part of the screen summary. This should not block publication of the sim and does not need to be addressed. |
@zepumph, you can close this issue once you make the needed notation in |
Excellent! We are ready to publish. |
For documentations sake, seems to occur in GFL a11y test as well |
Test device
IPad 6th Gen
Operating System
IpadOS 13
Browser
Safari
Problem description
From phetsims/qa#441
Looks like #183 (comment) and was missed on last RC test for IPad. Went back and checked last version and found same behavior.
When using VO on IPadOS 13, attempting to move the spheres any closer to each other after the closest possible distance has been reached will simply cause VO to read out the current distance and fail to read out "closest" or "extremely close".
Steps to reproduce
The text was updated successfully, but these errors were encountered: