[wp-trac] [WordPress Trac] #33385: Unable to create users in IE8

WordPress Trac noreply at wordpress.org
Mon Aug 17 17:33:31 UTC 2015


#33385: Unable to create users in IE8
---------------------------------+-----------------------------------------
 Reporter:  pento                |       Owner:
     Type:  defect (bug)         |      Status:  new
 Priority:  normal               |   Milestone:  4.3
Component:  Users                |     Version:  trunk
 Severity:  normal               |  Resolution:
 Keywords:  has-patch dev-       |     Focuses:  javascript, administration
  feedback                       |
---------------------------------+-----------------------------------------
Changes (by adamsilverstein):

 * keywords:  has-patch needs-testing => has-patch dev-feedback


Comment:

 In [attachment:33385.2.diff]:

 * Bind to `keyup` event, verified fires correctly across browsers (unlike
 `keypress`, fires after input value changes)
 * Added the ie8 equivalent css filter matching our opacity settings for
 the password strength meter.

 Note: Because the password meter uses inline styles overriding the
 `display` attribute, we are using opacity here to hide the password meter
 when the password field is blank. This doesn't work in ie8 where `opacity`
 isn't fully supported - so you just get a blank box for the password
 meter. My patch includes a css filter that works in ie8, tested and it
 works correctly. An untested solution would involve a wrapper element that
 we could show/hide, not certain would even work though.  Another option
 would be to leave the box as is for ie8, it looks like this:

 [[Image(http://cl.ly/image/2W412R0Z1R0r/Dashboard_2015-08-17_11-32-42.jpg)]]

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


More information about the wp-trac mailing list