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

eventsjs flags for different events(mouse/touch/pointer) return wrong data on IE11 #16

Open
dhara-02 opened this issue Jul 21, 2015 · 2 comments

Comments

@dhara-02
Copy link

These are the flags used by eventjs to detect mouse, touch, pointer events respectively
eventjs.isMouse
eventjs.isTouch
eventjs.isMSPointer

These flags are set wrong when we work on IE11 : It always sets eventjs.isMouse = true, even if event type is pointerEvent and when we have touched the target element , it should be eventjs.isMSPointer = true

@kangax
Copy link

kangax commented Jul 21, 2015

/cc @bterlson @dstorey @jonathansampson

@dstorey
Copy link

dstorey commented Jul 21, 2015

Probably should remove the MS part of isPointer as other browsers are supporting (unprefixed) Pointer Events. IE11 and Edge are unprefixed too.

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

3 participants