[wp-trac] [WordPress Trac] #32886: Better Passwords freezes Internet Explorer 8
WordPress Trac
noreply at wordpress.org
Wed Jul 8 23:35:35 UTC 2015
#32886: Better Passwords freezes Internet Explorer 8
----------------------------+-----------------------------
Reporter: afercia | Owner: markjaquith
Type: defect (bug) | Status: assigned
Priority: high | Milestone: 4.3
Component: Administration | Version: trunk
Severity: major | Resolution:
Keywords: needs-patch | Focuses: ui, javascript
----------------------------+-----------------------------
Comment (by adamsilverstein):
This is caused because internet explorer 8 makes the type attribute read
only. Two possible workarounds basically involve swapping out the element
each time it is switched from password to text mode:
* make it dynamic, kinda ugly: building a new element in place and using
replace to swap the attr, something like
https://gist.github.com/adamsilverstein/09485db84e41f27eaf13 ... or
* have one field for each type (password/text) and swap visibility of the
field
I think the second solution will lead to a more accessible, maintainable
result.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32886#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list