phetsims / john-travoltage

"John Travoltage" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/john-travoltage
GNU General Public License v3.0
4 stars 8 forks source link

Hidden toolbar reads out before rest of sim #415

Closed KatieWoe closed 3 years ago

KatieWoe commented 3 years ago

For https://github.com/phetsims/QA/issues/645. Seen on iPadOS Safari with mobile VO. When you start reading from the top (swipe two fingers up), even when the toolbar is hidden, the toolbar is read before everything else, including the welcome message.

https://user-images.githubusercontent.com/41024075/117888889-ef401380-b26f-11eb-88ab-214146eb51a4.MOV

jessegreenberg commented 3 years ago

It looks like the toolbar is visible in the PDOM on sim load, it does't hide until it is open/closed again.

jessegreenberg commented 3 years ago

OK, this is fixed in the above commit.