Search field has three types of decoration style, -webkit-search-results-button, -webkit-search-results-decoration and -webkit-search-decoration Other platforms except Efl port draw glass icon for search type in first two cases, but only Efl ports draw icon in last case. It looks better for Efl port to draw icon in first two cases like other ports.
Created attachment 208705 [details] Patch
Comment on attachment 208705 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208705&action=review I made that the magnifying glass icon was always shown. I don't object to follow behavior of other ports. r=me. > Source/WebCore/ChangeLog:7 > + Other platforms except EFL port draw glass icon for glass -> a magnifying glass ? > Source/WebCore/ChangeLog:9 > + but Efl port draw it for -webkit-search-decoration. draws ?
Comment on attachment 208705 [details] Patch I checked chrome also has same behavior as this patch's. Thanks.
Committed r154089: <http://trac.webkit.org/changeset/154089>
Comment on attachment 208705 [details] Patch landed after fixed changelog. Thanks.