Bug 35427

Summary: [Qt] Missing default controls for media element when loaded as stand alone document
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: MediaAssignee: QtWebKit Unassigned <webkit-qt-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ademar, eric.carlson, nicholas.young
Priority: P3 Keywords: HTML5, Qt
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
URL: http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv
Bug Depends on:    
Bug Blocks: 51543    
Attachments:
Description Flags
Patch kenneth: review+

Description Tor Arne Vestbø 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.
Comment 1 Tor Arne Vestbø 2010-03-15 04:54:30 PDT
*** Bug 29571 has been marked as a duplicate of this bug. ***
Comment 2 Tor Arne Vestbø 2010-08-16 02:03:08 PDT
Created attachment 64478 [details]
Patch
Comment 3 Tor Arne Vestbø 2010-08-17 04:44:44 PDT
Landed in r65492
Comment 4 Ademar Reis 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>