[Webkit-unassigned] [Bug 31852] -webkit-transform:translate3d causes corruption of text in inputs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 11:44:03 PST 2009


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





--- Comment #3 from David Calhoun <david.b.calhoun at gmail.com>  2009-12-03 11:44:03 PST ---
The fix is to add this rule to the stylesheet (thanks to my coworker):

input[type=password], input:focus, textarea {
    -webkit-transform: scale(1,1);
}

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