Summary: | [GTK] Input field displayed weird on jisho.org | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Martin Sourada <martin.sourada> | ||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED WORKSFORME | ||||||||
Severity: | Normal | CC: | alp, jmalonzo, mrobinson | ||||||
Priority: | P2 | Keywords: | Gtk | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Linux | ||||||||
URL: | http://jisho.org/ | ||||||||
Attachments: |
|
Description
Martin Sourada
2008-11-04 14:12:05 PST
Created attachment 24894 [details]
Screenshot of jisho in webkit-gtk (midori browser)
Created attachment 24895 [details]
Screenshot of jisho on gecko (epiphany browser)
Confirmed. This is due to our naive implementation of WebKit search input fields. The code is in the WebCore/platform/gtk/RenderThemeGtk.cpp RenderThemeGtk::paintSearchField*() functions. I won't have time to work on this any time soon but can review patches. Alp, Should we follow Mac/Safari wrt the search input or you OK with just a simple text box (Chrome/Win only displays a text box IIRC) Search fields are fully implemented now. |