1. 28 Mar, 2017 2 commits
  2. 27 Mar, 2017 1 commit
  3. 23 Mar, 2017 1 commit
  4. 22 Mar, 2017 1 commit
  5. 21 Mar, 2017 1 commit
  6. 18 Mar, 2017 1 commit
  7. 09 Mar, 2017 1 commit
  8. 04 Jan, 2017 1 commit
  9. 02 Jan, 2017 2 commits
  10. 31 Dec, 2016 1 commit
  11. 29 Dec, 2016 1 commit
  12. 27 Dec, 2016 1 commit
  13. 25 Dec, 2016 1 commit
  14. 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
  15. 08 Dec, 2016 1 commit
  16. 28 Nov, 2016 1 commit
    • Rob Ruana's avatar
      Closes #21055: Prevents ScrollSpy from clearing active item when Safari rubberbands (#21056) · 5eddb0b0
      Rob Ruana authored
      When the rubberband effect causes Safari to scroll past the top of the
      page, the value of scrollTop becomes negative. If the offset of the first
      ScrollSpy target is 0 - essentially if the target is at the top of the
      page - then ScrollSpy should not clear the active item. Conceptually, the
      first item should remain active when rubberbanding past the top of the
      page.
      
      This commit fixes issue #21055 by verifying the first scrollspy target is
      not at the top of the page before clearing the active nav-item.
      5eddb0b0
  17. 26 Nov, 2016 1 commit
  18. 25 Nov, 2016 1 commit
  19. 24 Nov, 2016 1 commit
  20. 01 Nov, 2016 1 commit
  21. 25 Oct, 2016 1 commit
  22. 19 Oct, 2016 1 commit
  23. 11 Oct, 2016 1 commit
  24. 15 Sep, 2016 1 commit
  25. 04 Aug, 2016 2 commits
  26. 28 Jun, 2016 2 commits
  27. 27 Jun, 2016 1 commit
  28. 30 May, 2016 2 commits
  29. 11 May, 2016 1 commit
  30. 31 Jan, 2016 1 commit
  31. 14 Jan, 2016 1 commit
    • Kotas Vlastimil's avatar
      Button toggling - trigger change event on input · 866e99b0
      Kotas Vlastimil authored
      Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling.
      
      When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
      866e99b0
  32. 23 Dec, 2015 1 commit
  33. 02 Oct, 2015 1 commit
  34. 11 Sep, 2015 1 commit
  35. 10 Sep, 2015 1 commit