#7330 closed defect (fixed)
dojo.NodeList doesn't support .onsubmit
Reported by: | dante | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | General | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
... in the list of sugar functions created with "on" added, "submit" is missing, preventing something like:
dojo.query("#myForm").onsubmit(function(e){ e.preventDefault(); })
simply adding "submit" to the list resolves this.
Attachments (1)
Change History (6)
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
added a patch to support onerror and onload (mostly for images, works with body (after images and whatnot), and embed, but unreliably. If there is interest in these, will create unit tests, otherwise please re-close.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
fixed in [14784]