currentTarget isn't enforced (for IE) on native events
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.
Change History (4)
Cc: |
john added
|
need: |
Test Case →
Commit
|
Owner: |
changed from brandon to 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
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Priority: |
critical →
major
|
Fixed at [6216] with a couple of tests.