Carousel becomes very buggy when combining swipes with clicks on prev/next controls on Android with Firefox
Created by: StayCoolDK
Bootstrap 4.2.1
Operating system: Android 9 - OxygenOS 9.0.11 Browser and version: Firefox 64.0.2 Test case: https://getbootstrap.com/docs/4.2/components/carousel/
- Slide/touch once in any direction and then press the next/previous controls. The carousel becomes very buggy and the user actions do not match what the carousel is doing. This seems like a bug that has been introduced with the new sliding/mobile touch functionality, however only with Firefox.
I have tried disabling the touch functionality with $('.carousel').carousel({touch: false}); but this does not seem to work as intended either - the touch functionality is still active.
I'm also experiencing that there is no transition between slides in Firefox.