Skip to content

event.currentTarget is document instead of the currentTarget #659

Closed
@vjeux

Description

@vjeux

See this jsfiddle that illustrates the problem:

http://jsfiddle.net/3ma7a/1/

The reason is because our event handler is attached to the document and we just pass event.currentTarget instead of properly finding the right one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions