Opened 12 years ago
Closed 12 years ago
#8434 closed defect (fixed)
[patch] [cla] PasswordValidator: "Old Password" field is always set to "" on blur
Reported by: | 7twenty | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Form | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The PasswordValidator? control doesn't seem compatible with the _setValueAttr changes made back in August. The "Old Password" field is always set to "" on blur.
Steps to duplicate:
- Comment out the automated tests in dojox\form\tests\test_PasswordValidator.html line 87 (doh.run).
- Load dojox\form\tests\test_PasswordValidator.html in a browser
- In the first "Old Password" field, type in the old password (oldpw2) and press tab
Results: The field is set to "" and marked as invalid
Attachments (1)
Change History (7)
Changed 12 years ago by
Attachment: | PasswordValidator.patch added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Owner: | changed from anonymous to Nathan Toone |
---|
CLA has been sent in, but does not yet show up on the contributors list.
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Summary: | PasswordValidator: "Old Password" field is always set to "" on blur → [patch]PasswordValidator: "Old Password" field is always set to "" on blur |
comment:4 Changed 12 years ago by
Component: | General → DojoX Form |
---|---|
Summary: | [patch]PasswordValidator: "Old Password" field is always set to "" on blur → [patch] [cla] PasswordValidator: "Old Password" field is always set to "" on blur |
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I have attached a patch that fixes the issue.