Side navigation
#4033 closed bug (fixed)
Opened January 30, 2009 06:23PM UTC
Closed February 17, 2009 12:40PM UTC
Last modified February 17, 2009 12:41PM UTC
currentTarget isn't enforced (for IE) on native events
Reported by: | joern | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | event | Version: | 1.3 |
Keywords: | Cc: | john | |
Blocked by: | Blocking: |
Description
Previous version normalized the event property "currentTarget", which refers to the element that handles the event. IE doesn't provide it. It's useful when passing along the event object to some instance to handle the event, making the event self-contained instead of having to pass along "this", too.
Attachments (0)
Change History (4)
Changed February 17, 2009 12:39PM UTC by comment:1
cc: | → john |
---|---|
need: | Test Case → Commit |
owner: | brandon → flesler |
status: | new → assigned |
summary: | Regression: currentTarget isn't fixed by $.event.fix → currentTarget isn't enforced (for IE) on native events |
version: | 1.3.1 → 1.3 |
Changed February 17, 2009 12:40PM UTC by comment:2
Fixed at [6216] with a couple of tests.
Changed February 17, 2009 12:40PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Changed February 17, 2009 12:41PM UTC by comment:4
priority: | critical → major |
---|