[Webkit-unassigned] [Bug 66937] Padding size of input type search element is not locked on Webkit-GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 08:48:25 PDT 2011


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





--- Comment #11 from Martin Robinson <mrobinson at webkit.org>  2011-09-14 08:48:25 PST ---
(In reply to comment #10)

> Yes red line is focus ring, which i set through html.css to demonstrate. Focus ring set through outline property from html.css. I am attaching html page showing comparison of focus ring for input and input search element. I had set the outline(color,width) in css in same html page to simulate focus ring active state for input and input type search element.I didn't get where the gtk+ theme rules have been defined for focus ring on input or any focusable element? Do you mean any specific css file or RenderThemeGtk?

Take a look at RenderThemeGtk3.cpp. focus-line-width and focus-padding affect how focus rings appear.  Please ensure that your changes do not negatively affect theming. Does WebCore take over drawing focus rings in some CSS theming situations?

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