WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
35427
[Qt] Missing default controls for media element when loaded as stand alone document
https://bugs.webkit.org/show_bug.cgi?id=35427
Summary
[Qt] Missing default controls for media element when loaded as stand alone do...
Tor Arne Vestbø
Reported
2010-02-26 04:55:07 PST
When the url
http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv
is loaded as a separate document a mockup DOM is created with a single <video> element with the source set to
http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv
and controls="": <html><body style="background-color: rgb(38,38,38);"><video controls="" autoplay="" style="margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;" name="media" src="
http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv
"></video></body></html> Safari and Chrome both show the built-in controls, QtWebKit does not. May be related to how the built-in controls are not redrawn correctly when hovered unless the video is playing.
Attachments
Patch
(1.09 KB, patch)
2010-08-16 02:03 PDT
,
Tor Arne Vestbø
kenneth
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tor Arne Vestbø
Comment 1
2010-03-15 04:54:30 PDT
***
Bug 29571
has been marked as a duplicate of this bug. ***
Tor Arne Vestbø
Comment 2
2010-08-16 02:03:08 PDT
Created
attachment 64478
[details]
Patch
Tor Arne Vestbø
Comment 3
2010-08-17 04:44:44 PDT
Landed in
r65492
Ademar Reis
Comment 4
2011-01-28 11:50:53 PST
Revision
r65492
cherry-picked into qtwebkit-2.1.x with commit 1835fc6 <
http://gitorious.org/webkit/qtwebkit/commit/1835fc6
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug