[Webkit-unassigned] [Bug 50371] Implement focus ring support for image maps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 22:15:21 PST 2010


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





--- Comment #1 from Daniel Bates <dbates at webkit.org>  2010-12-01 22:15:21 PST ---
Created an attachment (id=75352)
 --> (https://bugs.webkit.org/attachment.cgi?id=75352&action=review)
[Patch] Part 1 of 2 (GraphicsContext::drawFocusRing(const Path& path, ...))

Part 1 of 2

I thought to break this patch up into two parts so as to make it easier to look over the changes. The first part implements GraphicsContext::drawFocusRing(const Path& path, ...) and the second part includes layout tests.

I was unclear how to draw paths that describe a rectangular focus ring (e.g. <area shape="rect" ...>) with rounded corners using the Cairo/GTK API. Further investigation is needed. If anyone can save me some time with some insight/suggestions, I would appreciate it.

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