Closed
Bug 1451747
Opened 7 years ago
Closed 7 years ago
[webvtt] Subtitles can be placed outside the video
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
DUPLICATE
of bug 1305732
People
(Reporter: denschub, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webcompat])
Attachments
(2 files)
With cue settings like `align:end position:90%`, it is possible to place subtitles outside the <video> element.
I created a little test case at http://stuff.schub.io/mozilla/testcases/webc-16192/, but it's rather simple:
- From second 3 to second 6, a subtitle with `align:start position:10%` is shown, causing it to be placed off to the left, outside the video.
- From second 6 to second 9, a subtitle with `align:end position:90%` is shown, and thus, it is visible on the right, also outside the video.
While those placement information may be questionable, Chrome handles them just fine. I attached a screenshot for illustration.
This was created out of a bug report we received about YouTube. I'm adding webcompat? here, just for reference, but ... I don't think this happens frequently, especially since YouTube officially has no UI for placing the subtitles differently.
Flags: webcompat?
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Comment 1•7 years ago
|
||
(In reply to Dennis Schubert [:denschub] from comment #0)
> This was created out of a bug report we received about YouTube. I'm adding
> webcompat? here, just for reference, but ... I don't think this happens
> frequently, especially since YouTube officially has no UI for placing the
> subtitles differently.
Actually this is happening even with subtitles that are described as being "(Automatic Captions)", and since in Firefox for Android Youtube is apparently relying fully on the browser's subtitle handling, this would change the assumptions about how frequently this is happening somewhat.
Can I ask to reconsider the priority in view of this?
Reporter | ||
Comment 4•7 years ago
|
||
Ah, thanks for the ping, but I am not responsible for any priorities for the A/V team. :) Redirecting to Nils.
I have not yet seen automatic captions break, but I also didn't watch too many videos with subtitles for testing, so this may be a possibility. If that's the case, then yeah, that is more serious.
Flags: needinfo?(dschubert) → needinfo?(drno)
Comment 6•7 years ago
|
||
I'm starting looking at bug1488673 which also relates with this issue, so maybe the solution can fix both of these bugs.
Comment 7•7 years ago
|
||
This issue will be fixed in bug1488673, I will close this bug once the fix has been verified on Nightly.
Comment 8•7 years ago
|
||
Bug 1488673 fixed part of this issue, but it didn't fix all cases. This issue will be fixed completely in bug1305732.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
![]() |
||
Updated•6 years ago
|
See Also: → https://webcompat.com/issues/40275
Updated•5 years ago
|
Flags: needinfo?(drno)
You need to log in
before you can comment on or make changes to this bug.
Description
•