| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-10-02 | Merge pull request #14722 from twbs/fat-14646 | Jacob | 1 | -4/+4 | |
| Escape key should only close Dropdown | |||||
| 2014-10-02 | Escape key should only close Dropdown | fat | 1 | -4/+4 | |
| 2014-10-03 | Add `keyboard` option to carousel | Heinrich Fenkart | 2 | -2/+84 | |
| Also adds unit tests for keyboard events. Fixes #14468. | |||||
| 2014-10-02 | Merge pull request #14626 from twbs/carousel-pause-hover-non-mobile | Jacob | 2 | -1/+23 | |
| Only enable `pause: hover` for non-touch browsers | |||||
| 2014-09-24 | tooltip.js: fix alignment | Chris Rebert | 1 | -1/+1 | |
| 2014-09-24 | Use container instead of parent for tooltip/popover auto-placement calcs | Chris Rebert | 2 | -6/+48 | |
| Fixes #14561. Big thanks to @wickstargazer. [skip validator] | |||||
| 2014-09-25 | Tooltip: Rely on `getBoundingClientRect` for `width` and `height` | Heinrich Fenkart | 2 | -5/+39 | |
| Fixes #14553. | |||||
| 2014-09-23 | Only enable `pause: hover` for non-touch browsers | Heinrich Fenkart | 2 | -1/+23 | |
| Fixes #11967. | |||||
| 2014-09-23 | Use e.target instead :focus selector. | vsn4ik | 1 | -1/+1 | |
| 2014-09-22 | Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closed | Heinrich Fenkart | 1 | -3/+2 | |
| Remove `.modal-open` class after backdrop is hidden | |||||
| 2014-09-17 | Make it easier to see failing tests in Sauce screencasts | Chris Rebert | 1 | -0/+5 | |
| ...by hiding passing tests in the list of tests. | |||||
| 2014-09-17 | Follow-up to #14581: Use div instead of HTML5 section for IE8 | Heinrich Fenkart | 1 | -6/+6 | |
| 2014-09-17 | Fix tooltip misplacement with "auto top" | saranya.r | 2 | -1/+51 | |
| Fixes #14322. Closes #14581. | |||||
| 2014-09-17 | Remove `.modal-open` class after backdrop is hidden | Heinrich Fenkart | 1 | -3/+2 | |
| Fixes #14274. Fixes #14632. | |||||
| 2014-09-16 | Merge pull request #14610 from twbs/axe-tooltip-validate | Heinrich Fenkart | 1 | -8/+0 | |
| Remove unused Tooltip#validate method | |||||
| 2014-09-15 | Must explicitly destroy tooltip in SVG unit test since its container is body. | Chris Rebert | 1 | -0/+2 | |
| Leaking tooltips across tests leads to confusion and sadness. | |||||
| 2014-09-13 | Remove unused Tooltip#validate method | Heinrich Fenkart | 1 | -8/+0 | |
| 2014-09-13 | Correctly selects arrow placement for a tooltip | Peter West | 2 | -6/+39 | |
| Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718. | |||||
| 2014-09-13 | Properly fire hidden event when tooltip is destroyed | Heinrich Fenkart | 1 | -2/+6 | |
| Fixes #13031. | |||||
| 2014-09-13 | Merge pull request #14569 from twbs/scrollspy-ignore-invisible-targets | Heinrich Fenkart | 1 | -0/+1 | |
| Scrollspy: ignore invisible list items | |||||
| 2014-09-13 | Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-active | Heinrich Fenkart | 1 | -1/+1 | |
| Collapse: count `.collapsing` elements as actives; closes #13447 | |||||
| 2014-09-11 | Merge pull request #14492 from twbs/ie8-getBoundingClientRect | Heinrich Fenkart | 1 | -0/+4 | |
| Handle lack of .width and .height from getBoundingClientRect() in IE8 | |||||
| 2014-09-09 | Make inDom check of tooltip cross document compatible | Heinrich Fenkart | 1 | -1/+1 | |
| Fixes #14483 | |||||
| 2014-09-09 | Make affix accept `0` as offsetTop or offsetBottom | samme | 1 | -2/+2 | |
| Fixes #12815. Closes #14363. | |||||
| 2014-09-09 | grunt and missing new line | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-09-09 | ARIA support for collapse | Patrick H. Lauke | 2 | -4/+70 | |
| Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153. | |||||
| 2014-09-09 | Scrollspy: ignore invisible list items | Heinrich Fenkart | 1 | -0/+1 | |
| Fixes #13071 | |||||
| 2014-09-08 | Merge pull request #14242 from hnrch02/remove-aria-describedby-later | Heinrich Fenkart | 1 | -3/+3 | |
| Remove `aria-describedby` attribute later | |||||
| 2014-09-08 | Merge pull request #13928 from SGinTech/sgit_collapseEventOrder | Heinrich Fenkart | 1 | -1/+1 | |
| Ensure that hidden event is sent when content is really hidden (collapsi... | |||||
| 2014-09-08 | Merge pull request #14287 from hnrch02/revert-13855-modal-mousedown | Heinrich Fenkart | 2 | -3/+3 | |
| Revert #13855 due to #14263 | |||||
| 2014-09-07 | Merge branch 'stefansundin/master' | Chris Rebert | 1 | -2/+2 | |
| 2014-09-07 | Fix bug not re-calculating scrollbar width when opening modal. | Stefan Sundin | 1 | -2/+2 | |
| If opening a modal when a scrollbar is present, closing it, then resizing the window so the scrollbar disappears, then opening the modal again, the content would shift. This fixes the problem by always calculating the scrollbar width every time a modal is opened. Closes #14357. | |||||
| 2014-09-07 | Handle lack of .width and .height from getBoundingClientRect() in IE8 | Chris Rebert | 1 | -0/+4 | |
| Closes #14093 Correction to #14090 Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility | |||||
| 2014-09-07 | Merge pull request #14273 from sgonyea/master | Jacob | 2 | -0/+66 | |
| Fix hover-popover/tooltip flickering when mouse re-enters | |||||
| 2014-08-28 | Fix hover-tooltip flickering when mouse re-enters | Scott Gonyea | 2 | -0/+66 | |
| - is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement | |||||
| 2014-08-28 | Update QUnit to v1.15.0. | XhmikosR | 2 | -930/+1137 | |
| 2014-08-26 | Change value of stateful button after event loop | Heinrich Fenkart | 2 | -7/+7 | |
| Fixes #14450 | |||||
| 2014-08-23 | Merge pull request #14417 from twbs/fat-14282 | Mark Otto | 2 | -1/+33 | |
| fixes #14282 - Already Visible collapse gets closed when … | |||||
| 2014-08-20 | Merge pull request #14406 from twbs/nav-tag-for-navbar | Chris Rebert | 1 | -2/+2 | |
| consistently use <nav> instead of <div> for .navbar in docs | |||||
| 2014-08-18 | Merge pull request #14244 from programcsharp/master | Jacob | 1 | -1/+1 | |
| Remove popover content with .children().detach() instead of .empty() | |||||
| 2014-08-18 | fixes #14282 - Already Visible collapse gets closed when .collapse('show') ↵ | fat | 2 | -1/+33 | |
| is called | |||||
| 2014-08-17 | Assume Element.getBoundingClientRect() exists; Fixes #14093 | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2014-08-15 | consistently use <nav> instead of <div> for .navbar in docs | Chris Rebert | 1 | -2/+2 | |
| 2014-08-08 | Collapse: count `.collapsing` elements as actives; closes #13447 | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-08-04 | Use closest `.alert` for alert dismissal; closes #14306 | Heinrich Fenkart | 2 | -5/+5 | |
| 2014-08-04 | Remove `aria-describedby` attribute later | Heinrich Fenkart | 1 | -3/+3 | |
| Fixes #14241 | |||||
| 2014-08-01 | Merge pull request #14061 from hnrch02/fix-13656 | Jacob | 6 | -11/+24 | |
| Expose transition durations on plugin constructors; closes #13656 | |||||
| 2014-08-01 | Fix #14076: Add unit test for tooltips on SVG elements | Chris Rebert | 1 | -0/+36 | |
| [skip validator] | |||||
| 2014-07-31 | Fix #13818 by using more robust "find next carousel item" logic | Chris Rebert | 2 | -3/+35 | |
| Also adds another test for #9461: carousel next/prev should ignore non-items | |||||
| 2014-07-30 | Revert "Use mousedown instead of click for backdrop click detection; fixes ↵ | Heinrich Fenkart | 2 | -3/+3 | |
| #13816" | |||||
