1. 27 Dec, 2016 1 commit
  2. 25 Dec, 2016 1 commit
  3. 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
  4. 08 Dec, 2016 1 commit
  5. 02 Dec, 2016 1 commit
  6. 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
  7. 26 Nov, 2016 2 commits
  8. 25 Nov, 2016 1 commit
  9. 24 Nov, 2016 2 commits
  10. 12 Nov, 2016 1 commit
  11. 01 Nov, 2016 1 commit
  12. 25 Oct, 2016 1 commit
  13. 19 Oct, 2016 1 commit
  14. 11 Oct, 2016 2 commits
  15. 09 Oct, 2016 1 commit
  16. 03 Oct, 2016 1 commit
  17. 15 Sep, 2016 1 commit
  18. 04 Aug, 2016 2 commits
  19. 29 Jun, 2016 1 commit
    • Chris Rebert's avatar
      Support jQuery v3 in Bootstrap v4 (#20191) · ed3ba474
      Chris Rebert authored
      * bower.json, package.json: Extend jQuery version ranges to include v3
      * NuGet: Bump jQuery to v3.0.0.1
      * Docs+Examples: Update jQuery to v3.0.0
      * Use jQuery v3.0.0 for JS unit tests
      * Update jqueryVersionCheck to allow jQuery v3.x.x
      ed3ba474
  20. 28 Jun, 2016 2 commits
  21. 27 Jun, 2016 1 commit
  22. 30 May, 2016 2 commits
  23. 26 May, 2016 1 commit
  24. 11 May, 2016 1 commit
  25. 19 Mar, 2016 1 commit
  26. 28 Feb, 2016 1 commit
  27. 27 Feb, 2016 1 commit
  28. 19 Feb, 2016 1 commit
  29. 16 Feb, 2016 2 commits
  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 2 commits