[Webkit-unassigned] [Bug 11923] REGRESSION: Placeholder text in password field shows as bullets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 13 14:30:16 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11923





------- Comment #2 from adele at apple.com  2007-02-13 14:30 PDT -------
Right now, we have this rule in html4.css:

input[type="password"] {
    -webkit-text-security: disc !important;
}

We could remove this, and set the property in RenderTextControl.

We would need code in RenderTextControl::createInnerTextStyle and in
RenderTextControl::updatePlaceholder.


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



More information about the webkit-unassigned mailing list