- 15 Sep, 2021 1 commit
-
-
XhmikosR authored
Use `assert.strictEqual`/`assert.true`/`assert.false`
-
- 12 Nov, 2020 1 commit
-
-
Mitchell Bryson authored
When starting a cycle for a carousel, it only checks for a default interval, and not an interval defined on the slide element via data props. This adds a check in before creating the interval to move to the next slide. Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 10 Sep, 2020 1 commit
-
-
XhmikosR authored
-
- 17 Apr, 2020 1 commit
-
-
XhmikosR authored
-
- 27 Mar, 2019 1 commit
-
-
Johann-S authored
-
- 14 Jan, 2019 1 commit
-
-
Johann-S authored
-
- 04 Jan, 2019 1 commit
-
-
Johann-S authored
-
- 29 Oct, 2018 1 commit
-
-
Johann-S authored
-
- 20 Oct, 2018 6 commits
-
-
Johann-S authored
-
patrickhlauke authored
Firefox currently seems extremely fickle - with `pan-y` if fires pointercancel as soon as a touch strays even a pixel or so vertically. While `touch-action: pan-y` would be ideal (allowing users to scroll the page even when their finger started the scroll on the carousel), this prevents a swipe that isn't perfectly/only horizontal to be recognised by Firefox.
-
patrickhlauke authored
- my fault, my original advice of using `touch-action: pan-x` is exactly the value we *don't* want to have the browser handle...
-
Johann-S authored
-
Johann-S authored
-
Johann-S authored
-
- 18 Sep, 2018 1 commit
-
-
Christopher Morrissey authored
adds the ability to assign data-interval to an individual carousel-item
-
- 22 May, 2018 1 commit
-
-
Johann-S authored
-
- 11 Jan, 2018 1 commit
-
-
XhmikosR authored
-
- 09 Nov, 2017 1 commit
-
-
Vasilii Artemchuk authored
-
- 22 Aug, 2017 1 commit
-
-
XhmikosR authored
-
- 17 Aug, 2017 2 commits
- 17 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
* Add carousel mouse listeners even if touch events enabled - touch events are enabled not just on "mobile", just also on touch-enabled desktop/laptop devices; additionally, it's possible to pair a mouse with traditionally touch-only devices (e.g. Android phones/tablets); currently, in these situations the carousel WON'T pause even when using a mouse * Restart cycle after touchend as `mouseenter` is fired as part of the touch compatibility events, the previous change results in carousels which cycle until the user tapped/interacted with them. after that they stop cycling (as `mouseleave` is not sent to the carousel after user scrolled/tapped away). this fix resets the cycling after `touchend` - essentially returning to the previous behavior, where on touch the carousel essentially never pauses, but now with the previous fix it at least pauses correctly for mouse users on touch-enabled devices. includes documentation for this new behavior.
-
- 22 Mar, 2017 1 commit
-
-
Johann authored
Carousel - Add attributes from and to for Slid and Slide events
-
- 23 Dec, 2016 1 commit
-
-
Matheus Azzi authored
Fixes 2 bugs: 1. All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN. 2. Even when is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements.
-
- 24 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 31 Jan, 2016 1 commit
-
-
Johann-S authored
-
- 02 Oct, 2015 1 commit
-
-
Johann-S authored
-
- 13 May, 2015 2 commits
- 08 May, 2015 1 commit
-
-
fat authored
-
- 06 May, 2015 1 commit
-
-
fat authored
-
- 09 Mar, 2015 1 commit
-
-
Chris Rebert authored
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
-
- 03 Mar, 2015 1 commit
-
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
- 26 Feb, 2015 1 commit
-
-
Heinrich Fenkart authored
Refs #15893
-
- 24 Feb, 2015 3 commits
-
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
-
- 11 Feb, 2015 1 commit
-
-
fat authored
-
- 21 Jan, 2015 1 commit
-
-
Chris Rebert authored
[skip validator]
-
- 18 Dec, 2014 1 commit
-
-
Chris Rebert authored
-