Opened 11 years ago
Closed 11 years ago
#8415 closed enhancement (fixed)
NodeList: synthetic sugar events omission
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | General | Version: | 1.2.3 |
Keywords: | Cc: | James Burke | |
Blocked By: | Blocking: |
Description
In the list of NodeList events mapped into the .prototype for convenience we've omitted 'onchange'. Suggest adding it before extracting that list out into event-land as part of #8282 - where this particular array-list of event names is provided across the toolkit.
refs #7330 - where we added onerror onload and onsubmit support.
Just a +1 will suffice here. trivial patch. Will even alphabetize this time.
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | event.patch added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
adds 'onchange()' support to NodeList?