-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Chapters list shows twice #3519
Comments
Have you tried 5.10.8? We had a fix related to this that is in that release. |
I just tried it in a separate project directory to my fork. The duplicate menu entries are fixed but now there is a horizontal and vertical scroll bar that only appears on the Chapters menu. I imagine the vertical scroll bar is probably deliberate but the horizontal scroll bar is not desired. The cause of the horizontal scroll bar is too narrow a width of the pop up menu for the text. You can fix this by amending the style called In my style I solved this by replacing the I hope that's helpful. NB. Firefox and Chrome now behave identically by the way. |
Happy to hear that the specific issue is fixed. |
Description
The list of Chapters appears twice in Firefox.
Steps to reproduce
Duplicate video.js/sandbox/descriptions.html.example and rename the new copy by removing the ".example" suffix. Open this new copy in Firefox and notice the list of Chapters appears correctly.
In the html after the following line...
<track kind="chapters" src="../docs/examples/elephantsdream/chapters.en.vtt" srclang="en" label="English"></track>
...add the following subtitle track:
<track kind="subtitles" src="../docs/examples/shared/example-captions.vtt" srclang="en" label="English"></track>
Results
Reload the page in Firefox and notice that the list of Chapters now appears twice.
Expected
The list of Chapters should appear once.
versions
videojs
5.9.0
browsers
Firefox
OSes
Windows 7
plugins
No plugins
The text was updated successfully, but these errors were encountered: