aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-18Merge pull request #14641 from twbs/hide-passingChris Rebert1-0/+5
Make it easier to see failing tests in Sauce screencasts
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-17tweak `grunt docs` descriptionChris Rebert1-2/+2
2014-09-17fix #14609Chris Rebert1-1/+2
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-17Fixes #14628, #14629: Add note to docs about grunt docs commandMark Otto1-0/+3
2014-09-17Remove `.modal-open` class after backdrop is hiddenHeinrich Fenkart1-3/+2
Fixes #14274. Fixes #14632.
2014-09-16Merge pull request #14577 from twbs/pagination-role-navChris Rebert2-74/+98
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-16gruntHeinrich Fenkart5-19/+3
2014-09-16Merge pull request #14610 from twbs/axe-tooltip-validateHeinrich Fenkart1-8/+0
Remove unused Tooltip#validate method
2014-09-16gruntHeinrich Fenkart1-1/+1
2014-09-15Merge pull request #14625 from twbs/svg-tooltip-test-fixChris Rebert1-0/+2
Must explicitly destroy tooltip in SVG unit test since its container is body
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-15Merge pull request #14624 from twbs/type-buttonChris Rebert1-6/+6
modal docs: ensure all <button>s have an explicit `type` attribute
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-09-15Merge pull request #14611 from vsn4ik/add_install_with_npmChris Rebert1-1/+2
Add npm install info.
2014-09-13Merge pull request #14612 from vsn4ik/update_docs_linksChris Rebert1-2/+2
Update github links in footer.
2014-09-13Update github links in footer.vsn4ik1-2/+2
2014-09-13README.md: Add npm install info.vsn4ik1-1/+2
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13gruntHeinrich Fenkart6-16/+20
2014-09-13Correctly selects arrow placement for a tooltipPeter West2-6/+39
Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718.
2014-09-13Teh gruntHeinrich Fenkart6-8/+16
https://www.youtube.com/watch?v=L-4VxEtWyRo
2014-09-13Merge pull request #14571 from twbs/properly-hide-tooltip-on-destroyHeinrich Fenkart1-2/+6
Properly fire hidden event when tooltip is destroyed
2014-09-13Properly fire hidden event when tooltip is destroyedHeinrich Fenkart1-2/+6
Fixes #13031.
2014-09-12Merge pull request #14578 from twbs/accordion-panel-labelledbyChris Rebert1-12/+12
add aria-labelledby to accordion example to improve accessibility
2014-09-13gruntHeinrich Fenkart6-6/+8
2014-09-12add aria-labelledby to accordion example to improve accessibilityChris Rebert1-12/+12
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-12Merge pull request #14579 from twbs/accordion-heading-role-tabChris Rebert1-6/+6
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-11G R U N THeinrich Fenkart6-12/+20
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-08add role="tab" to .panel-heading-s in accordion example to improve accessibilityChris Rebert1-6/+6
2014-09-08Wrap .pagination & .pager in <nav> to improve accessibilityChris Rebert2-74/+98
2014-09-09Merge pull request #14573 from twbs/indom-check-cross-docHeinrich Fenkart1-1/+1
Make inDom check of tooltip cross document compatible
2014-09-09Make inDom check of tooltip cross document compatibleHeinrich Fenkart1-1/+1
Fixes #14483
2014-09-09code style improvementJames Friend1-2/+3
2014-09-09added banner about generated fileJames Friend2-1/+3
2014-09-09Make affix accept `0` as offsetTop or offsetBottomsamme1-2/+2
Fixes #12815. Closes #14363.
2014-09-09grunt and missing new lineHeinrich Fenkart7-11/+17
2014-09-09ARIA support for collapsePatrick H. Lauke14-35/+106
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-09run `grunt`Heinrich Fenkart6-12/+12
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-08gruntHeinrich Fenkart6-7/+7
2014-09-08Merge branch 'collinanderson/whitespace'Chris Rebert4-4/+3
2014-09-08clean whitespaceChris Rebert4-4/+3
Thanks to @collinanderson Closes #14567