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__event_type_pointer: Wrong event type for native mouse events #534

Closed
narqo opened this issue May 28, 2014 · 0 comments
Closed

jquery__event_type_pointer: Wrong event type for native mouse events #534

narqo opened this issue May 28, 2014 · 0 comments
Assignees

Comments

@narqo
Copy link
Member

narqo commented May 28, 2014

Testcase:

function assertEvent(e) { console.assert(e.type === 'mousedown') };

$(document).on('pointerpress', function() { /* noop */ });
$(document).on('mousedown', assertEvent);
@narqo narqo self-assigned this May 28, 2014
@narqo narqo changed the title i-jquery__event_type_pointerpressrelease: Wrong event type for mousedown/mouseup events jquery__event_type_pointerpressrelease: Wrong event type for mousedown/mouseup events May 28, 2014
@narqo narqo changed the title jquery__event_type_pointerpressrelease: Wrong event type for mousedown/mouseup events jquery__event_type_pointer: Wrong event type for mousedown/mouseup events May 28, 2014
@narqo narqo closed this as completed in #536 Jun 2, 2014
narqo pushed a commit that referenced this issue Jun 2, 2014
jquery__event_type_pointer: Wrong event type for mouse* events
@narqo narqo changed the title jquery__event_type_pointer: Wrong event type for mousedown/mouseup events jquery__event_type_pointer: Wrong event type for native mouse events Jun 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant