Opened 14 years ago
Closed 14 years ago
#7876 closed defect (fixed)
[patch]PasswordValidator does not set name attr in dojox.form._NewPWBox
Reported by: | kiuma | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Form | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This but make impossible to post data.
The following patch is the correction
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | PasswordValidator.js.patch added |
---|
comment:1 Changed 14 years ago by
Component: | General → DojoX Form |
---|---|
Owner: | changed from anonymous to dante |
Summary: | PasswordValidator does not set name attr in dojox.form._NewPWBox → [patch]PasswordValidator does not set name attr in dojox.form._NewPWBox |
comment:2 Changed 14 years ago by
Owner: | changed from dante to Nathan Toone |
---|
comment:3 Changed 14 years ago by
Milestone: | tbd → 1.3 |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in trunk in [15450]
Did not use the patch - as it caused problems with form.attr("value").
Also updated the test case to include buttons for testing submitted data.
Note: See
TracTickets for help on using
tickets.
patch for dojox.form.PasswordValidator?