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