[wp-trac] [WordPress Trac] #32886: Better Passwords freezes Internet Explorer 8

WordPress Trac noreply at wordpress.org
Tue Jul 28 21:07:25 UTC 2015


#32886: Better Passwords freezes Internet Explorer 8
----------------------------+-----------------------------
 Reporter:  afercia         |       Owner:  markjaquith
     Type:  defect (bug)    |      Status:  reopened
 Priority:  high            |   Milestone:  4.3
Component:  Administration  |     Version:  trunk
 Severity:  major           |  Resolution:
 Keywords:  needs-patch     |     Focuses:  ui, javascript
----------------------------+-----------------------------

Comment (by ocean90):

 [attachment:no-timeout.3.diff] fixes the loop for me:

 The stack still looks a bit different as in Chrome, but no loop.
 {{{
 // IE8
 bindPasswordForm()
 bindPass1()
 bindToggleButton()
 check_pass_strength()
 $pass1.on( 'input propertychange')
 check_pass_strength()
 $pass1.on( 'input propertychange')
 same password detected
 check_pass_strength()
 $pass1.on( 'input propertychange')
 same password detected


 // Chrome:
 bindPasswordForm()
 bindPass1()
 bindToggleButton()
 check_pass_strength()
 $pass1.on( 'input propertychange')
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32886#comment:27>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list