-
Notifications
You must be signed in to change notification settings - Fork 12
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
Dialog.setAccessibleViewsVisible should be moved back to Joist #442
Comments
Agreed. Furthermore, the workaround in this function is likely not required anymore after phetsims/a11y-research#30 |
Same for this line, we aren't doing this anymore. |
And this should only be happening for modal Dialogs, it was a coincidence that Dialog only supports modal dialogs at the moment. |
Move to Sim.js was done in the above commit. |
I verified that the workaround is not necessary in Edge anymore. |
I thought about setAccessibleViewsVisible for non-modal dialogs briefly but decided not to go further until we support non-modal dialogs at all. @samreid would you mind reviewing these changes? |
Looks good to me, though I'm not sure how to test it. But I presume you have covered that part. Closing. |
Discovered in #369. Dialog currently has:
This leverages too much detail work in joist and should be encapsulated somewhere in Joist. Perhaps move
setAccessibleViewsVisible
toSim.js
? @jessegreenberg can you please take a look?The text was updated successfully, but these errors were encountered: