Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery__pointernative: pointerenter / pointerleave events bubble up to the document root #801

Closed
narqo opened this issue Jan 17, 2015 · 1 comment
Assignees

Comments

@narqo
Copy link
Member

narqo commented Jan 17, 2015

As pointerenter and pointerleave are equivalents of native mouseenter and mouseleave events respectively, they both must not bubble up through the DOM.

See mouseleave event description for reference.

@narqo narqo self-assigned this Jan 17, 2015
@narqo narqo changed the title jquery_pointernative: pointerenter / pointerleave events bubble up to the document root jquery__pointernative: pointerenter / pointerleave events bubble up to the document root Jan 17, 2015
@narqo
Copy link
Member Author

narqo commented Jan 17, 2015

The problem is that we use $.trigger(Event) internally which doesn't pay attention at Event.bubbles property.

narqo pushed a commit that referenced this issue Jan 19, 2015
narqo pushed a commit that referenced this issue Jan 19, 2015
jquery__pointernative: pointerenter / pointerleave events bubble up to the document root
narqo pushed a commit that referenced this issue Jan 19, 2015
narqo pushed a commit that referenced this issue Jan 19, 2015
jquery__pointernative: pointerenter / pointerleave events bubble up to the document root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant