Opened 7 years ago
Last modified 3 years ago
#17729 assigned defect
dojox/form/manager/_NodeMixin::unregisterNodeDescendants() is broken
Reported by: | Mark Florence | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | DojoX Form | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Line 208 is incorrect, as 'node' refers to the top-level node passed to the function, not to the input, select, textarea or button node passes by query() to the map function.
207 query("input, select, textarea, button", node).
null; }). |
A suggested fix is:
207 query("input, select, textarea, button", node).
null; }). |
Change History (3)
comment:1 Changed 7 years ago by
Component: | General → DojoX Form |
---|---|
Owner: | set to dante |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from dante to dylan |
Status: | new → assigned |
comment:3 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.