phetsims / ohms-law

"Ohm's Law" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/ohms-law
GNU General Public License v3.0
5 stars 6 forks source link

Focus highlights lost after using native Voice Over Command #86

Closed terracoda closed 6 years ago

terracoda commented 7 years ago

Mentioned in #74,

pink focus highlights go away after I use native Voice Over Commands.

By native Voice Over Commands, I mean VO shortcuts, like Control+Option+B to start reading from beginning of sim.

I'm going to test with a a couple of more commands.

jessegreenberg commented 7 years ago

I was able to reproduce this bug. I had focus on a slider, then pressed ctrl +option + b to read from the top. Focus disappeared after reading through the first several lines, then didn't come back.

document.activeElement is the input element that should have focus.

jessegreenberg commented 6 years ago

Closing this issue, it is going to be tracked in https://github.com/phetsims/a11y-research/issues/71. It does not need to block publication of ohms law, but should be investigated with high priority.

terracoda commented 6 years ago

Thanks fir starting the a11y-research issue, @jessegreenberg