[wp-trac] [WordPress Trac] #24364: Fix autocomplete="off" in Chrome
WordPress Trac
noreply at wordpress.org
Wed Jun 26 09:11:04 UTC 2013
#24364: Fix autocomplete="off" in Chrome
----------------------------+-----------------------
Reporter: azaozz | Owner: azaozz
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.6
Component: Administration | Version:
Severity: blocker | Resolution:
Keywords: |
----------------------------+-----------------------
Comment (by bobbingwide):
I've just finished writing up my analysis of the problem... performed
before I found this TRAC.
I developed a more pragmatic solution involving a single space character.
I have discovered that appending a blank to the field before it’s
displayed DOES appear to cure the problem.
To achieve this I hacked wp-admin/user-edit.php changing
`value="<?php echo esc_attr($profileuser->$name) ?>"`
to
`value="<?php echo esc_attr($profileuser->$name) ?> "`
For details see http://herbmiller.me/2013/06/26/pre-populated-new-
password-field-is-it-just-me-and-chrome-or-what/
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24364#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list