[Webkit-unassigned] [Bug 18900] Password field has focus but can't type text (i.rememberthemilk.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 24 17:35:23 PDT 2008


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





------- Comment #8 from ddkilzer at webkit.org  2008-05-24 17:35 PDT -------
In the original page, the <input> element that held the password would change
from type="text" to type="password" using an onfocus event.

This bug is fixed for the original page.

The new page uses two <input> tags, and changes their CSS class to make then
hidden or visible.  It works with mouse clicks, but fails with tabs.  This
seems to be a server-side issue that it doesn't do the same thing with tabbed
focus as with mouse clicks.


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