[Webkit-unassigned] [Bug 26771] New: Canvas is incorrectly tainted when drawing froma video element that uses <source> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 27 01:02:16 PDT 2009


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

           Summary: Canvas is incorrectly tainted when drawing froma video
                    element that uses <source> elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://nerget.com/VideoEdge
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com


The drawImage(<video>) logic naively assumes that it just needs to check the
src attriute of the video element when in fact it needs to look at the url that
is being played instead.  Failure to do this means that video provided through
source elements taints the canvas.


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



More information about the webkit-unassigned mailing list