[wp-trac] [WordPress Trac] #35017: Bug in bindPasswordForm() LastPass mismatch issue
WordPress Trac
noreply at wordpress.org
Fri Dec 11 16:24:14 UTC 2015
#35017: Bug in bindPasswordForm() LastPass mismatch issue
--------------------------+-----------------------------
Reporter: amandala | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Users | Version: 4.4
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Hello,
Using Wordpress 4.4
I seem to have found a small bug in the file wp-admin/js/user-profile.js
(user-profile.min.js).
The theme that I am customizing has a front end profile editor. When the
user navigates to the editor and attempts to update their password, if
typing in the first password text box updates the second with only the
first character of the string entered. This bit of javascript is meant to
handle LastPass input, but breaks regular text entry. It seems that the
javascript that is bound to the first text box is bound on input, when it
should be bound on a paste event perhaps? I have included a jsfiddle to
demonstrate the issue. http://jsfiddle.net/nge42ryb/10/
My apologies if this is not sufficient information to diagnose. Please
feel free to ask for any additional information that might be helpful.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35017>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list