1. 20 Feb, 2019 3 commits
  2. 10 Dec, 2018 1 commit
  3. 22 May, 2018 1 commit
  4. 10 Apr, 2018 1 commit
    • Johann-S's avatar
      v4 improve coverage (#25945) · 0871d69e
      Johann-S authored
      * Improve code coverage for our Button plugin
      
      * improve coverage for our Alert plugin
      
      * test tooltip update method
      
      * test update and dispose for dropdown
      
      * increase code coverage requirements
      0871d69e
  5. 11 Jan, 2018 1 commit
  6. 07 Nov, 2017 1 commit
  7. 22 Aug, 2017 1 commit
  8. 26 Apr, 2017 1 commit
  9. 10 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Only change aria-pressed if it's not an input-based radio or checkbox group · 3f6e1faf
      Patrick H. Lauke authored
      * Only change aria-pressed if it's not an input-based radio or checkbox group
      
      aria-pressed="true"/aria-pressed="false" is really only useful for
      making on/off toggles out of, say, `<button>` elements. the attribute is
      useless (and potentially confusing/conflicting) on, say, `<label>`
      elements for an existing `<input type="radio">` or similar.
      
      * Add unit test for buttons.js and radio/checkbox inputs in button groups
      3f6e1faf
  10. 04 Jan, 2017 1 commit
  11. 24 Nov, 2016 1 commit
  12. 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
  13. 08 May, 2015 1 commit
  14. 06 May, 2015 1 commit
  15. 01 May, 2015 1 commit
    • Patrick H. Lauke's avatar
      Remove broken/vestigial unit test · 0c1daaf2
      Patrick H. Lauke authored
      Overall logic for this test appears broken, possibly relating to an
      older version of Bootstrap that did not require explicit
      `data-toggle="button"` on single toggle buttons?
      0c1daaf2
  16. 11 Apr, 2015 1 commit
  17. 09 Mar, 2015 1 commit
  18. 03 Mar, 2015 1 commit
  19. 26 Feb, 2015 1 commit
  20. 24 Feb, 2015 3 commits
  21. 11 Feb, 2015 1 commit
  22. 21 Jan, 2015 1 commit
  23. 22 Oct, 2014 1 commit
  24. 26 Aug, 2014 1 commit
  25. 06 Jul, 2014 2 commits
  26. 05 Jun, 2014 1 commit
  27. 05 May, 2014 1 commit
  28. 22 Apr, 2014 1 commit
  29. 09 Apr, 2014 1 commit
  30. 14 Feb, 2014 1 commit
  31. 16 Dec, 2013 1 commit
  32. 08 Dec, 2013 1 commit
  33. 11 Nov, 2013 1 commit
  34. 25 Oct, 2013 1 commit
  35. 26 Jul, 2013 1 commit