[wp-trac] [WordPress Trac] #34950: Confirm weak password checkbox not hidden when process cancelled
WordPress Trac
noreply at wordpress.org
Thu Dec 10 21:12:08 UTC 2015
#34950: Confirm weak password checkbox not hidden when process cancelled
-----------------------------+---------------------------------------------
Reporter: ChemicalSailor | Owner: swissspidy
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.5
Component: Users | Version: 4.3
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, javascript, administration
commit |
-----------------------------+---------------------------------------------
Comment (by swissspidy):
Some additional notes on my patch:
* The `if ( $weakCheckbox.prop( 'checked' ) )` check isn't necessary. We
can simply uncheck it all the time here.
* `normal` is not a valid value for `.hide()`. Using the default value
(200ms) leads to the checkbox animation taking longer than the other
animation, using `0` makes it more simultaneous.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34950#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list