Extraneous line breaks in PiP on auto-generated subs in youtube videos are observed again if the user chooses the large subtitle font size
Categories
(Toolkit :: Picture-in-Picture, defect, P2)
Tracking
()
People
(Reporter: danibodea, Unassigned)
References
Details
(Whiteboard: [fidefe-MR1-2022] [fidefe-pip3] )
Attachments
(1 file)
|
597.75 KB,
image/png
|
Details |
Note
- When the user plays a youtube video with auto-generated subtitles in a smaller PiP, while the sub font size is large, he will notice extraneous line breaks again.
** Found in**
- Nightly v103.0a1
Affected versions
- Nightly v103.0a1
Affected platforms
- all
Steps to reproduce
- Load this video and pause it at 7:32.
- Set the subtitle size to large.
- Shrink the PiP, slowly.
Expected result
- Extraneous line breaks are not observed:
"
the room we would immediately know
who he was all of a sudden...
"
Actual result
- Extraneous line breaks are observed again:
"
the room we would immediately know
who
he was all of a sudden...
"
Regression range
- Not really a regression but an issue that started appearing (again) after the implementation of the subtitle size options.
Additional notes
- additional_note1
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Do you have a link to the video you're talking about?
| Reporter | ||
Comment 2•3 years ago
|
||
Yes, I'm sorry. I've updated the description with the link.
Updated•3 years ago
|
| Reporter | ||
Comment 3•3 years ago
|
||
Knowing that this bug was prioritized as "can't reproduce" in the Nightly 103 QA Bug Priority List, I am re-writing more detailed steps to reproduce:
- Load https://youtu.be/kaUemcqIQ-k?t=452
(on a generic 1920x1080 resolution monitor) - Play it and pause it immediately (at 7:32).
- Activate subtitles / closed captions.
- Click the "cog" icon to open settings, then subtitles and choose "English (auto-generated)"
- Launch the video in PiP.
- Change the subtitle font size to large (in the PiP).
Actual: Extraneous line break in PiP on auto-generated subs in youtube videos is observed.
"
the room we would immediately know
who
he was
"
Expected:
"
the room we would immediately know
who he was
"
| Reporter | ||
Comment 4•3 years ago
|
||
I think it best if I lower the severity to S4 since it's just a minor cosmetic issue and occurs only in auto-generated subs.
| Reporter | ||
Updated•2 years ago
|
If we can distinguish auto-generated subs from regular ones in the stream, let's completely removed the line breaks and let the subs reach the max-width of their container.
If we can't distinguish between them, we'll probably have to put a won't fix on this - because regular subs proper line breaks matter and it's important to preserve them.
Updated•2 years ago
|
Description
•