Bug 1610899 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

As reported here https://github.com/webcompat/web-bugs/issues/47774

Steps to reproduce:

1. Access https://www.aple.com/apple-events/september-2019/
2. Play the keynote video from the top of the screen.
3. Tap the closed captions button from the video controls.
4. Observe the language options from the list.

Expected Behavior:
English and Espanol language options must be displayed.

Actual Behavior:
English and Espanol options are hidden

Seems like the options container `textTrackList` is cut off by the following rule

```
.videocontrols {
    overflow: hidden;
}
```

An example: https://codepen.io/ksy36/pen/dyPaopz
As reported here https://github.com/webcompat/web-bugs/issues/47774

Steps to reproduce:

1. Access https://www.apple.com/ca/apple-events/september-2019/
2. Play the keynote video from the top of the screen.
3. Tap the closed captions button from the video controls.
4. Observe the language options from the list.

Expected Behavior:
English and Espanol language options must be displayed.

Actual Behavior:
English and Espanol options are hidden

Seems like the options container `textTrackList` is cut off by the following rule

```
.videocontrols {
    overflow: hidden;
}
```

An example: https://codepen.io/ksy36/pen/dyPaopz

Back to Bug 1610899 Comment 0