RESOLVED WORKSFORME Bug 22069
[GTK] Input field displayed weird on jisho.org
https://bugs.webkit.org/show_bug.cgi?id=22069
Summary [GTK] Input field displayed weird on jisho.org
Martin Sourada
Reported 2008-11-04 14:12:05 PST
Input fields on http://jisho.org/ are displayed wierd - there is a nonfunctional drop-down button inside the field and when you write something, also checkbox inside the field appears. Furthermore, cursor/text isn't vertically centered there. This does not happen on gecko based browsers. I'll attach screenshots for comparison. Also the word Japanese usually gets separated into two lines, not sure if it's a bug in webkit though.
Attachments
Screenshot of jisho in webkit-gtk (midori browser) (30.82 KB, image/png)
2008-11-04 14:12 PST, Martin Sourada
no flags
Screenshot of jisho on gecko (epiphany browser) (40.53 KB, image/png)
2008-11-04 14:13 PST, Martin Sourada
no flags
Martin Sourada
Comment 1 2008-11-04 14:12:51 PST
Created attachment 24894 [details] Screenshot of jisho in webkit-gtk (midori browser)
Martin Sourada
Comment 2 2008-11-04 14:13:35 PST
Created attachment 24895 [details] Screenshot of jisho on gecko (epiphany browser)
Alp Toker
Comment 3 2008-11-06 07:36:11 PST
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.
Jan Alonzo
Comment 4 2008-12-05 13:59:05 PST
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)
Martin Robinson
Comment 5 2012-02-20 14:16:45 PST
Search fields are fully implemented now.
Note You need to log in before you can comment on or make changes to this bug.