[wp-trac] [WordPress Trac] #14866: Login page removes auto-filled username when focusing input
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 14 12:46:48 UTC 2010
#14866: Login page removes auto-filled username when focusing input
--------------------------+-------------------------------------------------
Reporter: svivian | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0.1
Severity: normal | Keywords: login focus
--------------------------+-------------------------------------------------
Perhaps this is by design, but the Wordpress login page includes this
Javascript:
{{{
d = document.getElementById('user_login');
d.value = '';
d.focus();
}}}
The problem is, if I have saved login credentials in my browser, the
username gets REMOVED on page load (the password stays filled in).
Wordpress should just focus the input and not clear it!
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14866>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list