aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Tooltip/popover: Fix auto placement to use viewportAdrien Jarthon1-6/+5
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.
2015-03-24add missing <code> within docs heading for `.modal('handleUpdate')`Chris Rebert1-1/+1
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert4-39/+39
add role="button" to a[data-toggle="collapse"]
2015-03-24Merge pull request #16140 from patrickhlauke/toggle-navigation-aria-expandedPatrick H. Lauke2-12/+12
Add aria-expanded to navbar toggles
2015-03-24Add aria-expanded and aria-controls to docs navbar togglePatrick H. Lauke1-2/+2
Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script)
2015-03-24Add aria-expanded to navbar togglesPatrick H. Lauke1-10/+10
2015-03-23Merge pull request #16136 from patrickhlauke/docs-tooltipPatrick H. Lauke1-16/+22
Callout for tooltips and keyboard/AT accessibility
2015-03-23Move all tooltip callouts into appropriate sectionPatrick H. Lauke1-20/+22
Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup
2015-03-23Callout for tooltips and keyboard/AT accessibilityPatrick H. Lauke1-0/+4
Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134
2015-03-21automatic `grunt dist`Bootstrap's Grunt bot4-4/+8
2015-03-21Fix #16072: Clicking into input field within dropdown no longer closes the ↵Emmanuel Bourgerie2-0/+40
dropdown Closes #16073 by merging it
2015-03-21Fix #16117 more permanently/genericallyChris Rebert1-1/+1
2015-03-21Merge pull request #16117 from vsn4ik/inc_quick_startPatrick H. Lauke1-1/+1
Increment quick start options to six in readme.md
2015-03-21Increment quick start options to sixvsn4ik1-1/+1
[skip validator] [skip sauce]
2015-03-20Add docs on how to install Bootstrap via composerRodrigo Prado2-1/+6
Closes #16113 Closes #16114 [skip sauce]
2015-03-19Merge pull request #16107 from vikynandha/migration-docChris Rebert1-0/+4
Add `.alert-warning` related change to migration doc
2015-03-19Add `.alert-warning` related change to migration docVignesh Nandha Kumar1-0/+4
2015-03-19automatic `grunt dist`Bootstrap's Grunt bot4-6/+14
2015-03-18Merge pull request #16024 from twbs/unnecessary-parsingChris Rebert2-2/+6
avoid unnecessary HTML string building+parsing
2015-03-18Merge pull request #16101 from guybedford/masterChris Rebert1-8/+2
Update jspm configuration
2015-03-18Jumbotron: Putting heading font size in variables to allow for easier overrides.Maxb2-1/+2
2015-03-18update jspm configurationGuy Bedford1-8/+2
2015-03-17Only disable pointer-events on disabled <a> btns; fixes #16088Chris Rebert2-2/+11
<a> doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for <button>s and <input>s, and also prevents their `[disabled]` cursor from displaying. [skip sauce] [skip validator]
2015-03-16automatic `grunt dist`Bootstrap's Grunt bot2-4/+4
2015-03-16full gruntv3.3.4Chris Rebert14-65/+65
2015-03-16BootstrapCDN: v3.3.2 => v3.3.4Chris Rebert1-3/+3
2015-03-16Sass: v3.3.3 => v3.3.4Chris Rebert1-1/+1
2015-03-16v3.3.2 => v3.3.4Chris Rebert19-32/+32
2015-03-16Clarify that role="button" is required for dismiss-on-next-click popoversChris Rebert1-1/+1
Refs #15947
2015-03-15automatic `grunt dist`Bootstrap's Grunt bot4-4/+4
2015-03-15Merge pull request #16043 from maxstorm/backward-scrollingChris Rebert2-1/+47
ScrollSpy: Fixed proper nav element selection when scrolling upwards
2015-03-15Bump bootstrap-sass download link to Sass-specific v3.3.3Chris Rebert1-1/+1
bootstrap-sass v3.3.2 is broken. Refs https://github.com/twbs/bootstrap-sass/issues/862 Refs https://github.com/twbs/bootstrap-sass/releases/tag/v3.3.3 Refs https://github.com/twbs/bootstrap-sass/commit/daeb43dcc7b0ab06328acaca0549ee68c039aaa6
2015-03-15automatic `grunt dist`Bootstrap's Grunt bot2-4/+4
2015-03-15Run `grunt`.XhmikosR5-29/+59
2015-03-15Bump devDependencies.XhmikosR2-224/+488
2015-03-15z-index firstPatryk Puszczyk1-1/+1
2015-03-13Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058Chris Rebert1-1/+1
[skip sauce]
2015-03-10automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
2015-03-10Remove trailing whitespace in forms.lessGleb Mazovetskiy1-1/+1
2015-03-10Fixed proper navigation element selection on backward scrolling (from the ↵Maxim Andrukhovych2-1/+47
bottom to the top)
2015-03-10automatic `grunt dist`Bootstrap's Grunt bot5-41/+47
2015-03-10Merge pull request #16042 from jpkleemans/patch-1Patrick H. Lauke1-1/+1
Increment quick start options in readme.md to five
2015-03-10Increment quick start options to fiveJan-Paul Kleemans1-1/+1
2015-03-10Merge pull request #16036 from twbs/cr-readonly-focus-outline-bugChris Rebert1-0/+10
Add Wall of Browser Bugs entry for #16022
2015-03-10Add Wall of Browser Bugs entry for #16022Chris Rebert1-0/+10
[skip sauce] [skip validator]
2015-03-09Merge pull request #16012 from twbs/refs-12761Chris Rebert10-64/+104
Disable jQuery event aliases when running test suite
2015-03-09automatic grunt distBootstrap's Grunt bot3-8/+2
2015-03-09Merge pull request #16021 from twbs/visibility-blockChris Rebert4-6/+1
rm `visibility` where redundant to `display`
2015-03-09automatic grunt distBootstrap's Grunt bot2-2/+2
2015-03-09Merge pull request #16023 from twbs/doc-bodyChris Rebert1-1/+1
Affix: $('body') => $(document.body)