Skip to main content

Bug Tracker

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 flesler comment:1

cc: → john
need: Test CaseCommit
owner: brandonflesler
status: newassigned
summary: Regression: currentTarget isn't fixed by $.event.fixcurrentTarget isn't enforced (for IE) on native events
version: 1.3.11.3

Changed February 17, 2009 12:40PM UTC by flesler comment:2

Fixed at [6216] with a couple of tests.

Changed February 17, 2009 12:40PM UTC by flesler comment:3

resolution: → fixed
status: assignedclosed

Changed February 17, 2009 12:41PM UTC by flesler comment:4

priority: criticalmajor