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

IE fires click event on drag/swipe release whereas Chrome/FF do not #308

Closed
bighuggies opened this issue Jul 8, 2013 · 3 comments
Closed

Comments

@bighuggies
Copy link

See this fiddle

I'm trying to build a carousel type widget but I'm having some troubles with IE.

In the above example, when you drag the carousel a mouse click event is triggered when you release the mouse and you are navigated by the link (only in IE). This also occurs when using touch or pen input on IE10.

In Chrome/WebKit/Firefox the drag/swipe events don't fire a click event on release and the carousel behaves as expected.

This is an inconsistency which should be fixed, although I don't know which is the correct behaviour.

Any hints as to how to prevent navigation in my carousel when dragging is finished would also be appreciated.

@variable-content
Copy link

Looking at the fiddle, the behavior seems present on Firefox too (tested on v22).

@premii
Copy link

premii commented Oct 26, 2013

Did you figure out a solution for IE10?

@arschmitz
Copy link
Contributor

Im going to close this its a v1 issue and things were re-written for v2

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

4 participants