phetsims / a11y-research

a repository to track PhETs research into accessibility, or "a11y" for short
MIT License
3 stars 0 forks source link

[VO] slider "increment" feature reads the wrong aria-valuetext #36

Open jessegreenberg opened 7 years ago

jessegreenberg commented 7 years ago

When incrementing a slider with value-text through the "VO + spacebar" keys, sometimes the old aria-value text is read out. See the following JSFiddle example to reproduce the bug.

https://jsfiddle.net/1j1y3s8p/15/

The following issue has a bunch of documentation on attempting to isolate the cause, but we have determined that this is a VoiceOver bug with the "increment" feature.

jessegreenberg commented 7 years ago

Forgot to link issue: https://github.com/phetsims/john-travoltage/issues/239

jessegreenberg commented 7 years ago

I am unable to get this bug to happen in the JSFiddle, though I am still able to observe in the latest deployed version of john-travoltage.

jessegreenberg commented 7 years ago

This one has been more elusive, I spent some trying trying to reproduce and cannot get it to happen in any JSFiddle. Looking more likely that this is a bug in the sim.

jessegreenberg commented 7 years ago

Or maybe performance if VO is "pulling" the value for aria-valuetext after an input or change before it is updated in the accessibility tree?.

jessegreenberg commented 6 years ago

I just verified on 6/18/18 that this is still a bug.