#964 closed bug (fixed)
Unbind Event Handler
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | event | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Event handler functions should be unbound if no more functions are being handled. e.g. stuff like "onclick" should be empty if no more handlers are bound.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch and test