Opened 15 years ago
Closed 15 years ago
#2148 closed bug (wontfix)
Event handler launches unwanted callback functions
Reported by: | weenie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | event | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | jQuery strange event behavior.html added |
---|
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Adding methods to the object prototype can cause undesired results (as you are seeing) and is unsupported by jQuery. We are considering adding in fail-safes for this in the future but are concerned with the performance implications.