[Webkit-unassigned] [Bug 136257] REGRESSION(r172826) [GTK] [CSS] 4 Layout Tests at fast/forms/*placeholder* and fast/css/placeholder-shown-basics.html fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 18:44:41 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136257





--- Comment #6 from Benjamin Poulain <benjamin at webkit.org>  2014-08-27 18:44:47 PST ---
(In reply to comment #4)
> > Can you test the other 4 manually? They may just need a rebase.
> 
> How can I test them for correctness? any guidelines?
> 
> Thanks.

There is a flag defining if the placeholder should be displayed when an input field is focused (shouldShowPlaceholderWhenFocused). I believe it is false for GTK, and the placeholder should be hidden if the input field is focused. With that assumption:

On every one of those tests, the input field should be focused, and the placeholder should not be displayed. Typing text should not show the placeholder. Emptying the input field and removing the focus should show the placeholder.

>From the test results you linked I think it is all good. If you confirm manually, you can just rebaseline those 4 results.


On a completely unrelated: what is the native behavior of GTK for placeholder? Does it also hide on focus? If not we could unify and simplify the code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list