Closed jessegreenberg closed 7 years ago
Indeed, reproduced myself in Safari, though not happening in chrome.
It is not happening in http://www.colorado.edu/physics/phet/dev/html/ohms-law/1.4.0-dev.8/ohms-law-a11y-view.html?accessibility, so likely something to do with the a11y view.
I added this line in the a11y-view html so that the sliders looked nicer in the copied DOM:
mutation.target.removeAttribute( 'style' );
But it is removing the styling from the actual sliders in the PDOM, so Safari thinks they are invisible. Ill remove that line for now and accept not so good looking sliders until we have time to more thoroughly improve the a11y view representation.
Fixed in the above commits.
In #74, @terracoda said
Using the a11y-view version with Safari 10.0.03 on Mac OS 10.12.3 (no screen reader)
http://www.colorado.edu/physics/phet/dev/html/ohms-law/1.4.0-dev.8/ohms-law-a11y-view.html