Closed
Bug 595009
Opened 13 years ago
Closed 13 years ago
Video controls don't show error UI when source element is in error
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: kinetik, Assigned: cpearce)
References
Details
(Keywords: regression)
Attachments
(2 files)
278 bytes,
text/html
|
Details | |
2.11 KB,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
Not sure if this is a controls bug or a regression caused by bug 485288. The controls work fine if the video-in-error is specified as the video @src. Testcase attached. Testcase works correctly in Firefox 3.6, but is broken in trunk nightlies.
Reporter | ||
Comment 1•13 years ago
|
||
I suspect this is caused by video.error being null, which causes the controls not to show the error state... but I haven't investigated yet.
blocking2.0: --- → ?
Keywords: regression
blocking2.0: ? → final+
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → kinetik
Assignee | ||
Comment 3•13 years ago
|
||
Bug 505158 has landed, so we now show the gray-error status box with the testcase above. But I just noticed that if I mouseover the video element, we'll display the controls and they never fade out. :(
Assignee | ||
Comment 4•13 years ago
|
||
I'll take this, as I've fixed a bunch of similar bugs recently.
Assignee: kinetik → chris
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•13 years ago
|
||
* Ensure the controls don't show when we're unable to load from source children.
Attachment #486175 -
Flags: review?(dolske)
Updated•13 years ago
|
Attachment #486175 -
Flags: review?(dolske) → review+
Assignee | ||
Comment 6•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/2bd86fdd9c62
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•