1. 15 Sep, 2021 1 commit
  2. 12 Nov, 2020 1 commit
  3. 10 Sep, 2020 1 commit
  4. 17 Apr, 2020 1 commit
  5. 27 Mar, 2019 1 commit
  6. 14 Jan, 2019 1 commit
  7. 04 Jan, 2019 1 commit
  8. 29 Oct, 2018 1 commit
  9. 20 Oct, 2018 6 commits
  10. 18 Sep, 2018 1 commit
  11. 22 May, 2018 1 commit
  12. 11 Jan, 2018 1 commit
  13. 09 Nov, 2017 1 commit
  14. 22 Aug, 2017 1 commit
  15. 17 Aug, 2017 2 commits
  16. 17 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Fix carousel "hover" behavior on touch-enabled devices · 6ae5fb12
      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.
      6ae5fb12
  17. 22 Mar, 2017 1 commit
  18. 23 Dec, 2016 1 commit
    • Matheus Azzi's avatar
      Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keys · dab6a41e
      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.
      dab6a41e
  19. 24 Nov, 2016 1 commit
  20. 31 Jan, 2016 1 commit
  21. 02 Oct, 2015 1 commit
  22. 13 May, 2015 2 commits
  23. 08 May, 2015 1 commit
  24. 06 May, 2015 1 commit
  25. 09 Mar, 2015 1 commit
  26. 03 Mar, 2015 1 commit
  27. 26 Feb, 2015 1 commit
  28. 24 Feb, 2015 3 commits
  29. 11 Feb, 2015 1 commit
  30. 21 Jan, 2015 1 commit
  31. 18 Dec, 2014 1 commit