RESOLVED FIXED 147104
Remove RenderTheme::shouldShowPlaceholderWhenFocused()
https://bugs.webkit.org/show_bug.cgi?id=147104
Summary Remove RenderTheme::shouldShowPlaceholderWhenFocused()
Carlos Garcia Campos
Reported 2015-07-20 02:57:04 PDT
GTK+ is the only port that returns false in shouldShowPlaceholderWhenFocused(). That's inconsistent with all other browsers that show the placeholder text even for focused entries in all platforms. We should change the GTK+ port behaviour, but that would leave all implementations of shouldShowPlaceholderWhenFocused returning true, so let's just remove it.
Attachments
Patch (6.94 KB, patch)
2015-07-20 02:59 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2015-07-20 02:59:43 PDT
Created attachment 257084 [details] Patch This makes the GTK+ port consistent with all other browsers, but inconsistent with GTK+ itself, I'll write a patch for GTK+.
Carlos Garcia Campos
Comment 2 2015-07-20 03:07:39 PDT
Carlos Garcia Campos
Comment 3 2015-07-20 22:35:18 PDT
Note You need to log in before you can comment on or make changes to this bug.