[Webkit-unassigned] [Bug 112319] New: Cannot select a canvas element at the beginning or the end of a document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 21:07:34 PDT 2013


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

           Summary: Cannot select a canvas element at the beginning or the
                    end of a document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, ojan at chromium.org,
                    enrica at apple.com, leviw at chromium.org


Created an attachment (id=193057)
 --> (https://bugs.webkit.org/attachment.cgi?id=193057&action=review)
Demo

With the following markup, you can select the second canvas but not the first or the third canvas elements.
<!DOCTYPE html>
<html>
<body>
<canvas width="100" height="100" style="border: 1px solid black"></canvas>
some text
<canvas width="100" height="100" style="border: 1px solid black"></canvas>
some more text
<canvas width="100" height="100" style="border: 1px solid black"></canvas>
</body>
</html>

-- 
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