[wp-trac] [WordPress Trac] #24364: Fix autocomplete="off" in Chrome

WordPress Trac noreply at wordpress.org
Mon Jun 24 21:53:13 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 markjaquith):

 Aha, there is a selector:

 {{{
 <script>
 jQuery(function($){
         setTimeout( function(){
                 $('input:-webkit-autofill', '#your-profile').each(
 function(i, v) {
                         $(v).val('');
                 });
         }, 100 );
 });
 </script>
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24364#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list