aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-09-08Merge pull request #14287 from hnrch02/revert-13855-modal-mousedownHeinrich Fenkart2-3/+3
Revert #13855 due to #14263
2014-09-08gruntMark Otto9-13/+24
2014-09-08Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radioHeinrich Fenkart1-5/+8
Properly hide checkbox and radio inputs in button groups
2014-09-08Merge pull request #14565 from twbs/hnrch02Chris Rebert1-0/+4
Add @hnrch02 to Core Team members list
2014-09-08Merge pull request #14566 from twbs/fixes_14542Mark Otto3-4/+11
Cleaned up fix for #14511 (input border-radii variables)
2014-09-08Add @hnrch02 to Core Team members listChris Rebert1-0/+4
2014-09-08gruntMark Otto1-1/+1
2014-09-08Variables for large and small input border radiusesMarat Abdullin2-3/+10
2014-09-08Merge pull request #14564 from twbs/fixes_14557Mark Otto4-2/+9
Fixes #14557: .form-group margin in .navbar-form
2014-09-08Fixes #14557: Reset the bottom margin on .form-group:last-child in ↵Mark Otto4-2/+9
.navbar-form to prevent extra spacing
2014-09-08Merge pull request #14563 from twbs/fixes_14319Mark Otto9-15/+12
Fixes #14319: Jumbotron reflow
2014-09-08customizer: minor cleanup of IE8 error messaging codeChris Rebert1-2/+1
[skip sauce]
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto9-15/+12
isn't interferred with by .jumbotron side padding
2014-09-08gruntMark Otto5-9/+9
2014-09-08Properly hide checkbox and radio inputs in button groupsHeinrich Fenkart1-5/+8
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137
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-08Run `grunt`.XhmikosR12-15/+39
2014-09-08Update dependencies.XhmikosR2-37/+97
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-09-06Fixes #14545: Avoid strange formatting on vendor prefixing for placeholderMark Otto1-3/+6
2014-09-06Merge pull request #14546 from twbs/address-14541Mark Otto1-28/+12
Address #14541 by tweaking badge docs
2014-09-06Merge pull request #14543 from twbs/validation-docsMark Otto2-0/+6
Add section to docs explaining our stance on validators