Opened 10 years ago
Closed 10 years ago
#12733 closed bug (fixed)
jQuery incorrectly handled event attaching/detaching if event argument contains trailing spaces
Reported by: | markel | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | event | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example: http://jsfiddle.net/4XTJj/
Change History (4)
comment:1 Changed 10 years ago by
Component: | unfiled → event |
---|---|
Milestone: | None → 1.9 |
Priority: | undecided → high |
Status: | new → open |
Version: | git → 1.8.2 |
comment:2 Changed 10 years ago by
Milestone: | 1.9 → 1.next |
---|
comment:3 Changed 10 years ago by
This should fix the issue: https://github.com/jquery/jquery/pull/966
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fix #12733. Ignore excess spaciness in event strings.
Thanks @bentruyman!
Changeset: 3fce79484434298fb6ad16030674c14b9600b22e
Note: See
TracTickets for help on using
tickets.
Confirmed. space for event name.