Bug Tracker

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4033 closed bug (fixed)

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.

Change History (4)

comment:1 Changed 15 years ago by flesler

Cc: john added
need: Test CaseCommit
Owner: changed from brandon to flesler
Status: newassigned
Summary: Regression: currentTarget isn't fixed by $.event.fixcurrentTarget isn't enforced (for IE) on native events
Version: 1.3.11.3

comment:2 Changed 15 years ago by flesler

Fixed at [6216] with a couple of tests.

comment:3 Changed 15 years ago by flesler

Resolution: fixed
Status: assignedclosed

comment:4 Changed 15 years ago by flesler

Priority: criticalmajor
Note: See TracTickets for help on using tickets.