You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Big Play button is not being announced when using JAWS (version 15/16/17) on IE9.
When you first tab into the player, the big play button should receive focus and be announced by JAWS. Somehow it is announced when you tab out and back into the BPB (shift+tab). It also appears to work on other versions of IE and JAWS.
Confirmed this on VideoJS 5.7.1 on IE9 and JAWS 16
The text was updated successfully, but these errors were encountered:
@marguinbc is there a specific page this was happening on, or do you have a reduced test case?
I've been doing some investigation of this, and I think it's related to some weirdness around the fallback line inside the video element itself:
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
It seems like the link receives focus, but isn't announced correctly; then the BPB receives focus, and is announced, but then when focus moves back to the link (Shift-Tab), it is announced as the BPB.
The Big Play button is not being announced when using JAWS (version 15/16/17) on IE9.
When you first tab into the player, the big play button should receive focus and be announced by JAWS. Somehow it is announced when you tab out and back into the BPB (shift+tab). It also appears to work on other versions of IE and JAWS.
Confirmed this on VideoJS 5.7.1 on IE9 and JAWS 16
The text was updated successfully, but these errors were encountered: