Closed
Bug 942296
Opened 11 years ago
Closed 11 years ago
When directly viewing an ogg theora video screencast on Bugzilla, it renders in a 0-height video element.
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 937429
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
Details
(Keywords: regression)
STR:
Visit https://bug942289.bugzilla.mozilla.org/attachment.cgi?id=8336996
(an ogg theora video screencast)
EXPECTED RESULTS: Video is displayed.
ACTUAL RESULTS: No video displayed.
Regression range:
{
Last good nightly: 2013-11-07
First bad nightly: 2013-11-08
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=70de5e24d79b&tochange=f003c386c77a
}
If I right-click anywhere on the gray background and choose "Inspect Element", I see:
<video style="height: 0px; width: 66%;" controls="" autoplay=""></video>
The "height: 0px" seems to be the problem. :) If I manually adjust that (using the devtools), then I can see the video.
Reporter | ||
Comment 1•11 years ago
|
||
hg bisect points to:
{
changeset: 153951:f9a5108cf2b2
user: Jared Wein <jwein@mozilla.com>
date: Mon Oct 28 13:27:53 2013 -0400
summary: Bug 704326 - Standalone audio files should have different style so they don't look awkward. r=smaug,dolske
}
(...which in retrospect I should have noticed immediately. I searched the pushlog for "video" and "media", but didn't search for "audio". :) )
Blocks: 704326
status-firefox27:
--- → unaffected
status-firefox28:
--- → affected
Keywords: regression
Reporter | ||
Comment 2•11 years ago
|
||
...and it looks like this is a dupe of bug 937429. OK.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•