-
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
Hands snapping to "around" Nth tick rather than "on" Nth tick mark #421
Comments
The snapping and the snapped-to description work fine when tick marks are enabled. The issue I described in #420 is happening because there is no snapping and "At middle" is a super tiny region - hard to hit with mouse input. |
Actually, I can get the incorrect description during active drag. The correct snapped-to description only happens at end of drag. |
This issue is to tackle a bug in the keyboard snapper. It has a reproducible case and needs to be fixed, see the test added in the above commit.
That is expected under the current implementation. If that is an issue please create a new issue. |
Ok, I see, 3 issues here, and I discussed them with @terracoda.
|
Now (on PhET test on March 2) when using VoiceOver and a mouse on MacOS 11.4, I hear object responses (descriptions about proximity to ratio) when actively dragging, and I only hear context responses - responses that contain distance-region & position-region (tick-mark-region) - at end of dragging (letting go). This is not an issue on master, and I also checked VoiceOver on the published version, and the context response only fires at end of drag, so not a problem there either. Item 2, above remains an issue when Voicing is being used. And we may have (unfortunately) more than the edge case described #437 Closing this issue with VoiceOver since it is not actually happening - with VoiceOver, I get the correct region in the response at end of drag as the mouse snaps to the region. |
This might already be on our radar as something we would address with the Voicing design, but just in case I am making an issue so we make sure we fix this for Interactive Description, too.
When using VoiceOver and a mouse in published version, I could see some very slight snapping to the tick mark line, but VoiceOver would always say "around Nth tick mark" rather than "on Nth tick mark".
I know we don't expect VoiceOver users to use the mouse, but they can, and if there is snapping behaviour, the description should also snap to that same described value.
This is important for alignment with the Voicing design. We will need/want to hear "on Nth tick mark", and not "around Nth tick mark" when a mouse user lets go of the hand near a tick mark and it snaps to the tick mark.
The text was updated successfully, but these errors were encountered: