Skip to content
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

VoiceOver/Talkback is announcing incorrect information about 'Time duration' on 'progress bar' of 'Video' which are available on post. #6633

Open
amangarg67 opened this issue May 4, 2020 · 3 comments
Labels
a11y This item might affect the accessibility of the player

Comments

@amangarg67
Copy link

Description

VoiceOver/Talkback is announcing incorrect information about 'Time duration' on 'progress bar' of 'Video'
At times the time that is visible below is different then that of the seek bar. In the video attach the time is at 0:10/0:22 but it announces 0:11 /0:22.
Also it should read out the time properly. as in in seconds and minutes.
Link for reproducing it : https://drive.google.com/open?id=1HqCqwo64H8QNfWVltPp5PXXd0J1pRJsD

Steps to reproduce

Explain in detail the exact steps necessary to reproduce the issue.

  1. open a video Js video.
  2. pause it after some time.
  3. Enable voice over in IOS
  4. move to seek bar and listen to the annoucement.

Results

Expected

In the video attach the time is at 0:10/0:22.
Also it should read out the time properly. as in seconds and minutes.

Actual

it announces 0:11 of 0:22.

Error output

If there are any errors at all, please include them here.

Additional Information

Please include any additional information necessary here. Including the following:

versions

videojs

what version of videojs does this occur with?

browsers

safari, chrome

OSes

IOS and Andorid

plugins

are any videojs plugins being used on the page? If so, please list them below.

@gkatsev gkatsev added the a11y This item might affect the accessibility of the player label May 4, 2020
@gkatsev
Copy link
Member

gkatsev commented May 4, 2020

We do have two issues around having the time be written out fully but it's actually quite tricky to get right properly across languages. See #6335 and #6336.

As for this issue, it may be a rounding error in the currentTime vs seek bar components where because of timing one has rounded down and the other rounded up. More investigation would be required.

@gkatsev
Copy link
Member

gkatsev commented May 4, 2020

Also, having the version of Video.js affected would be very useful, thanks.

@evanfarina
Copy link
Contributor

@gkatsev Thanks for the quick response. We are on version 7.6.5 of video.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y This item might affect the accessibility of the player
Projects
None yet
Development

No branches or pull requests

3 participants