[Webkit-unassigned] [Bug 77737] REGRESSION (r103851): Placeholder text is offset too low on ancestry.com home page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 13:04:07 PST 2012


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





--- Comment #4 from mitz at webkit.org  2012-02-03 13:04:07 PST ---
I think r103851 merely exposed a pre-existing issue. If you navigate to the URL, then enter this in the address field:
    javascript:var t = document.getElementById("YourInformation_FirstName").parentElement; t.insertBefore(document.createTextNode("z"), t.firstChild)

Then the placeholder text shifts downwards in r103850 as well. Perhaps the right thing to do in this bug is investigate this case (where the positioned element is not in leading whitespace) and figure out why WebKit behaves differently from Gecko.

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