Page MenuHomePhabricator

UI elements of video.js player are hidden by thumbnail frame
Closed, ResolvedPublic

Description

When frame size is small, things like the volume controller fall outside the frame of the thumbnail and are not visible

Cause: The thumbinner class has overflow:hidden and thus these interface elements are not (entirely visible).

The thumbinner has existed like this for a very long time already. I'm not entirely sure why this is needed. It's needed for thumbcaption (to deal with very long unbreakable words), but this should probably be replace with setting word-wrap: break-word; recently renamed to overflow-wrap: break-word; on the thumbcaption class instead.

Event Timeline

Change 282667 had a related patch set uploaded (by TheDJ):
Thumbnails: allow overflow inside thumbnails

https://gerrit.wikimedia.org/r/282667

matmarex assigned this task to TheDJ.
matmarex removed a project: Patch-For-Review.

Change 282667 merged by jenkins-bot:
Thumbnails: allow overflow inside thumbnails

https://gerrit.wikimedia.org/r/282667

Change 290821 had a related patch set uploaded (by TheDJ):
Allow video.js to overflow thumbinner

https://gerrit.wikimedia.org/r/290821

Change 290821 merged by jenkins-bot:
Allow video.js to overflow thumbinner

https://gerrit.wikimedia.org/r/290821