video.js icon indicating copy to clipboard operation
video.js copied to clipboard

Menu button is duplicated in the official documentation

Open taehyunkim3 opened this issue 1 year ago • 2 comments

Description

I found a bug in official documentation where menu button is duplicated.

image

image

image

is it an error?

Reduced test case

https://docs.videojs.com/component

Steps to reproduce

  1. Go to Officlal Document
  2. Click 'Classes' sub menu
  3. Scroll down to observe duplicated menus.

Errors

No response

What version of Video.js are you using?

officlal document error

Video.js plugins used.

No response

What browser(s) including version(s) does this occur with?

Chrome 121.0.6167.160

What OS(es) and version(s) does this occur with?

MacOS 14.2.1 (arm64, M1)

taehyunkim3 avatar Feb 16 '24 05:02 taehyunkim3

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

welcome[bot] avatar Feb 16 '24 05:02 welcome[bot]

looks like those componentresize events are from each separate component, so, it's basically a jsdoc/generator issue or display issue where it just shows the event name and doesn't show that it's for each separate component.

gkatsev avatar Feb 16 '24 14:02 gkatsev