Side navigation
#14239 closed bug (duplicate)
Opened August 09, 2013 11:26AM UTC
Closed August 09, 2013 12:21PM UTC
jQuery.one runs multiple times when assigned with multiple event types
Reported by: | nat@nath.is | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you use jQuery.one with multiple event types, the handler can end up being triggered multiple times. I'm not sure if that's expected behaviour or not, but I thought the idea for jQuery.one was the handler could only be called once?
Anyway, you can find a test case http://jsfiddle.net/nathggns/UPAW8/3/
If the bug were to be fixed, I think the counter should never go above 1.
Attachments (0)
Change History (1)
Changed August 09, 2013 12:21PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #14241.