1. 05 May, 2015 3 commits
  2. 03 May, 2015 1 commit
  3. 01 May, 2015 2 commits
    • 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
    • Patrick H. Lauke's avatar
      Fix radio and checkbox keyboard handling · f9cd88e0
      Patrick H. Lauke authored
      Fix for problem that emerged from #16226 (`.active` class not actually
      being applied) and expansion of the script to also correctly handle
      keyboard interaction with checkboxes in `data-toggle="button"` groups
      f9cd88e0
  4. 28 Apr, 2015 2 commits
  5. 27 Apr, 2015 2 commits
  6. 25 Apr, 2015 1 commit
  7. 22 Apr, 2015 1 commit
  8. 21 Apr, 2015 1 commit
  9. 11 Apr, 2015 2 commits
  10. 09 Apr, 2015 1 commit
  11. 08 Apr, 2015 1 commit
  12. 29 Mar, 2015 2 commits
  13. 26 Mar, 2015 2 commits
  14. 25 Mar, 2015 1 commit
    • Adrien Jarthon's avatar
      Tooltip/popover: Fix auto placement to use viewport · 0e8e5222
      Adrien Jarthon authored
      Currently, auto placement is using the container dimensions (if provided) or the element's parent to determine where to open the tooltip:
      ```javascript
      var $container   = this.options.container ? $(this.options.container) : this.$element.parent()
      var containerDim = this.getPosition($container)
      ```
      This is quite broken in fact, because the parent element could be just a small div outside the element for example, leading in a totally random placement (placing the tooltip on top even if there's no room). And the container can also be outside of the viewport.
      
      This fix simply uses the viewport instead, that's the purpose of the viewport actually, to position the tooltip.
      So the auto placement should use it to find where there's more room.
      By default this is body, which is good.
      0e8e5222
  15. 21 Mar, 2015 1 commit
  16. 16 Mar, 2015 1 commit
  17. 10 Mar, 2015 1 commit
  18. 09 Mar, 2015 3 commits
  19. 07 Mar, 2015 4 commits
  20. 06 Mar, 2015 1 commit
  21. 04 Mar, 2015 1 commit
  22. 03 Mar, 2015 4 commits
  23. 02 Mar, 2015 2 commits