-
Notifications
You must be signed in to change notification settings - Fork 143
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
Event bubble error on select change event #29
Comments
can you send me a link? |
Not currently I don't have a staging site up. Any ideas on how this could trigger a slide event though? |
Not familiar with the workings of angular im afraid, so unless I can test your application I cant really suggest anything, sorry. |
Ok thnx. I will see I i can get some time to put a codepen up later this week if the problem continues :: |
I had the same issue when you click it automatically scrolls to the next slide, changing mouseDragEvents : from True to false, solved this for me. |
Hey,
I have what appears to be an event bubbling error when I choose an option in a select box. On choosing an option in a select this triggers a slideToIndex() event. Any ideas on how or where this could happen?
Its an angular select and options on slider are:
{
speed : 1300,
mouseDragEvents : false,
detectHash: true
}
The text was updated successfully, but these errors were encountered: