[Webkit-unassigned] [Bug 20592] The focus ring is not shown while navigating on some pages, css handling bug is possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 18:15:16 PDT 2008


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





------- Comment #6 from alp at nuanti.com  2008-09-22 18:15 PDT -------
(In reply to comment #5)
> (From update of attachment 23684 [edit])
> This seems like the wrong fix.  Why would Gtk want to ignore the color
> parameter and use the stroke color instead?  Shouldn't whatever callers be
> fixed to pass the strokeColor() in the necessary cases for gtk?  I'm just not
> even sure why that change would be needed.  This seems like the wrong layer to
> abstract at.
> 

The color passed in always seems to be the same which isn't what we want. It
looks OK when the focus ring is rounded, thick and transparent, but the GTK+
focus ring is a single pixel dotted rectangle which usually has the
text/foreground color, and is used for anchors as well as controls.

Not sure how to get the desired color passed in here except by using the stroke
or fill colors. Any suggestions?


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