[Webkit-unassigned] [Bug 35427] New: [Qt] Missing default controls for media element when loaded as stand alone document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 04:55:07 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35427

           Summary: [Qt] Missing default controls for media element when
                    loaded as stand alone document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv
        OS/Version: Mac OS X 10.6
            Status: NEW
          Keywords: HTML5, Qt
          Severity: Normal
          Priority: P3
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list