Carousel starts sliding with data-interval="false" and programmed slide
Created by: Issvar
I have a basic carousel with sliding disabled through the data-interval attribute.
Steps to reproduce:
- Click the link that does .carousel(1),
- Click the right arrow,
- Click outside the carousel
Actual result: The carousel starts automatically sliding every 5 seconds.
Expected result: The carousel stays at the same slide forever.
I tested this on IE 10, Chrome, Opera and Firefox, current regular versions.