aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2014-10-02Merge pull request #14722 from twbs/fat-14646Jacob1-4/+4
Escape key should only close Dropdown
2014-10-02Escape key should only close Dropdownfat1-4/+4
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart2-2/+84
Also adds unit tests for keyboard events. Fixes #14468.
2014-10-02Merge pull request #14626 from twbs/carousel-pause-hover-non-mobileJacob2-1/+23
Only enable `pause: hover` for non-touch browsers
2014-09-24tooltip.js: fix alignmentChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert2-6/+48
Fixes #14561. Big thanks to @wickstargazer. [skip validator]
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart2-5/+39
Fixes #14553.
2014-09-23Only enable `pause: hover` for non-touch browsersHeinrich Fenkart2-1/+23
Fixes #11967.
2014-09-23Use e.target instead :focus selector.vsn4ik1-1/+1
2014-09-22Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closedHeinrich Fenkart1-3/+2
Remove `.modal-open` class after backdrop is hidden
2014-09-17Make it easier to see failing tests in Sauce screencastsChris Rebert1-0/+5
...by hiding passing tests in the list of tests.
2014-09-17Follow-up to #14581: Use div instead of HTML5 section for IE8Heinrich Fenkart1-6/+6
2014-09-17Fix tooltip misplacement with "auto top"saranya.r2-1/+51
Fixes #14322. Closes #14581.
2014-09-17Remove `.modal-open` class after backdrop is hiddenHeinrich Fenkart1-3/+2
Fixes #14274. Fixes #14632.
2014-09-16Merge pull request #14610 from twbs/axe-tooltip-validateHeinrich Fenkart1-8/+0
Remove unused Tooltip#validate method
2014-09-15Must explicitly destroy tooltip in SVG unit test since its container is body.Chris Rebert1-0/+2
Leaking tooltips across tests leads to confusion and sadness.
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13Correctly selects arrow placement for a tooltipPeter West2-6/+39
Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718.
2014-09-13Properly fire hidden event when tooltip is destroyedHeinrich Fenkart1-2/+6
Fixes #13031.
2014-09-13Merge pull request #14569 from twbs/scrollspy-ignore-invisible-targetsHeinrich Fenkart1-0/+1
Scrollspy: ignore invisible list items
2014-09-13Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-activeHeinrich Fenkart1-1/+1
Collapse: count `.collapsing` elements as actives; closes #13447
2014-09-11Merge pull request #14492 from twbs/ie8-getBoundingClientRectHeinrich Fenkart1-0/+4
Handle lack of .width and .height from getBoundingClientRect() in IE8
2014-09-09Make inDom check of tooltip cross document compatibleHeinrich Fenkart1-1/+1
Fixes #14483
2014-09-09Make affix accept `0` as offsetTop or offsetBottomsamme1-2/+2
Fixes #12815. Closes #14363.
2014-09-09grunt and missing new lineHeinrich Fenkart1-1/+1
2014-09-09ARIA support for collapsePatrick H. Lauke2-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-09Scrollspy: ignore invisible list itemsHeinrich Fenkart1-0/+1
Fixes #13071
2014-09-08Merge pull request #14242 from hnrch02/remove-aria-describedby-laterHeinrich Fenkart1-3/+3
Remove `aria-describedby` attribute later
2014-09-08Merge pull request #13928 from SGinTech/sgit_collapseEventOrderHeinrich Fenkart1-1/+1
Ensure that hidden event is sent when content is really hidden (collapsi...
2014-09-08Merge pull request #14287 from hnrch02/revert-13855-modal-mousedownHeinrich Fenkart2-3/+3
Revert #13855 due to #14263
2014-09-07Merge branch 'stefansundin/master'Chris Rebert1-2/+2
2014-09-07Fix bug not re-calculating scrollbar width when opening modal.Stefan Sundin1-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-07Handle lack of .width and .height from getBoundingClientRect() in IE8Chris Rebert1-0/+4
Closes #14093 Correction to #14090 Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility
2014-09-07Merge pull request #14273 from sgonyea/masterJacob2-0/+66
Fix hover-popover/tooltip flickering when mouse re-enters
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea2-0/+66
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement
2014-08-28Update QUnit to v1.15.0.XhmikosR2-930/+1137
2014-08-26Change value of stateful button after event loopHeinrich Fenkart2-7/+7
Fixes #14450
2014-08-23Merge pull request #14417 from twbs/fat-14282Mark Otto2-1/+33
fixes #14282 - Already Visible collapse gets closed when …
2014-08-20Merge pull request #14406 from twbs/nav-tag-for-navbarChris Rebert1-2/+2
consistently use <nav> instead of <div> for .navbar in docs
2014-08-18Merge pull request #14244 from programcsharp/masterJacob1-1/+1
Remove popover content with .children().detach() instead of .empty()
2014-08-18fixes #14282 - Already Visible collapse gets closed when .collapse('show') ↵fat2-1/+33
is called
2014-08-17Assume Element.getBoundingClientRect() exists; Fixes #14093Chris Rebert1-1/+1
[skip validator]
2014-08-15consistently use <nav> instead of <div> for .navbar in docsChris Rebert1-2/+2
2014-08-08Collapse: count `.collapsing` elements as actives; closes #13447Heinrich Fenkart1-1/+1
2014-08-04Use closest `.alert` for alert dismissal; closes #14306Heinrich Fenkart2-5/+5
2014-08-04Remove `aria-describedby` attribute laterHeinrich Fenkart1-3/+3
Fixes #14241
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob6-11/+24
Expose transition durations on plugin constructors; closes #13656
2014-08-01Fix #14076: Add unit test for tooltips on SVG elementsChris Rebert1-0/+36
[skip validator]
2014-07-31Fix #13818 by using more robust "find next carousel item" logicChris Rebert2-3/+35
Also adds another test for #9461: carousel next/prev should ignore non-items
2014-07-30Revert "Use mousedown instead of click for backdrop click detection; fixes ↵Heinrich Fenkart2-3/+3
#13816"