Closed
Bug 1405526
Opened 7 years ago
Closed 7 years ago
HTML5 video controls missing stylesheet
Categories
(Toolkit :: Video/Audio Controls, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1405543
People
(Reporter: lalox2347, Unassigned)
References
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171003100226
Steps to reproduce:
Watch HTML5 video (sometimes only when right clicking and pressing view video).
Sometimes I get this error:"Video loading stopped. Video playback aborted due to a network error. Video Can't be played because the file is corrupt. Video format or MIME type is not supported. No video with supported format and MIME type found. Video playback aborted due to an unknown error." but the video still plays with the weird controls.
Actual results:
The controls change from normal to green bars in the left corner of the video.
Expected results:
Normal video controls.
Updated•7 years ago
|
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Comment 2•7 years ago
|
||
I've seen similar issues on Linux, but the controls look even weirder there. Will post a screen capture next time it happens
Component: Audio/Video: Playback → Video/Audio Controls
Product: Core → Toolkit
Comment 3•7 years ago
|
||
Reproducible in 58.0a1 (2017-10-05) on Mac, I can spot the issue every time visit: https://www.w3schools.com/html/html5_video.asp
Looks like it's a recent regression since I didn't notice that earlier this week, and from the screenshot I suspect the problem seems that our stylesheets(in XBL) aren't loaded correctly.
See Also: → 1405543
Comment 4•7 years ago
|
||
huh...the problem gone after browser restarted, and I can't find the regression window by ./mach mozregression -g 2017-10-01.
Though the issue might be intermittent per bug 1405543, I'm a bit worry about what if users run into the same condition as I before restarting browser that the issue is 100% reproducible then... Not sure we can find a reliable STR, bit I'll not hurriedly restart my browser next time the issue occurs. :P
Also https://bugzilla.mozilla.org/show_bug.cgi?id=1405543#c8 mentions that the issue might be related to servo, let's see if we can have some clues of the cause.
Comment 5•7 years ago
|
||
Restarting typically fixes the issue.
Seems to happen when there's an update pending and it's waiting to restart
Thanks for all the replies.
But for some reason I still have this problem, I tried starting Firefox in safe mode and with a new profile.
(In reply to lalox2347 from comment #6)
> Thanks for all the replies.
> But for some reason I still have this problem, I tried starting Firefox in
> safe mode and with a new profile.
I think now it's happening only when I right click and press view video.
Comment 8•7 years ago
|
||
Coming here after trying to reproduce bug 1405543, I opened the comment 3 URL and do see the unstyled video controls. I do have an updating pending (I'm currently on 2017-10-03), but with two Nightly updates per day that is nearly always the case. :-)
Comment 9•7 years ago
|
||
[Tracking Requested - why for this release]: notable UI regression and functionality breakage. possibly related to stylo, so not marking v57 as affected just yet.
Status: UNCONFIRMED → NEW
status-firefox57:
--- → ?
status-firefox58:
--- → affected
tracking-firefox57:
--- → ?
Ever confirmed: true
Priority: -- → P1
Comment hidden (typo) |
Comment hidden (typo) |
Updated•7 years ago
|
Summary: HTML5 weird video controls → HTML5 video controls missing stylesheet
Comment 12•7 years ago
|
||
Through mozregression I was able to narrow this down to changeset https://hg.mozilla.org/integration/autoland/rev/44053b9ef955 (no bug number in commit message). This commit references the following GitHub pull request: https://github.com/servo/servo/pull/18652
Comment 13•7 years ago
|
||
(In reply to lalox2347 from comment #7)
> (In reply to lalox2347 from comment #6)
> > Thanks for all the replies.
> > But for some reason I still have this problem, I tried starting Firefox in
> > safe mode and with a new profile.
>
> I think now it's happening only when I right click and press view video.
_Thanks_ for this comment, now I've been able to repro on a local build and I can look to see what's going on.
Let's track this in bug 1405543.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(emilio)
Resolution: --- → DUPLICATE
Updated•7 years ago
|
tracking-firefox57:
? → ---
Comment 14•7 years ago
|
||
Fixed in the duplicate.
You need to log in
before you can comment on or make changes to this bug.
Description
•