[Webkit-unassigned] [Bug 122177] New: Support HTML5 canvas draw{Custom, System}FocusRing()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 14:06:12 PDT 2013


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

           Summary: Support HTML5 canvas draw{Custom,System}FocusRing()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cabanier at adobe.com
                CC: bfulgham at webkit.org


The Canvas spec lists 2 methods for drawing focus rings: drawSystemFocusRing and drawCustomFocusRing

http://www.w3.org/TR/2dcontext/#dom-context-2d-drawsystemfocusring
http://www.w3.org/TR/2dcontext/#dom-context-2d-drawcustomfocusring

Experimental support for these methods has landed in blink (http://src.chromium.org/viewvc/blink?view=revision&revision=155185) and I'm working on getting it submitted for Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=540456)

This seems like an easy fix. In addition, OSX seems to have a method called wkDrawFocusRing that could be used.

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