[Webkit-unassigned] [Bug 10849] SVG needs to support CSS "outline" property (for proper focus-ring support)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 20:54:42 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=10849





------- Comment #2 from eric at webkit.org  2007-06-05 20:54 PDT -------
Created an attachment (id=14875)
 --> (http://bugs.webkit.org/attachment.cgi?id=14875&action=view)
a hackish fix

Ok, so here is a hack which demonstrates the some of the issues blocking fixing
this.  One is that SVGRenderContainer doesn't pass any phases other than
Foreground up to its children.  It should probably be reorganized a little to
do that.  Second, is that none of the SVG code implements paintOutline, this
adds a hackish implementation for RenderPath.  One final issue which will need
to be resolved (eventually) is teaching GraphicsContext to be able to draw
non-rectangular focus rings.  One other issue with this patch is that the focus
ring is drawn a little too large because it's using the repaint rect (which has
a 1px fuzz around it).


-- 
Configure bugmail: http://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