aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
AgeCommit message (Collapse)AuthorFilesLines
2015-05-12popover passing as wellfat1-514/+0
2015-05-06remove closureness from pluginsfat1-743/+381
2015-04-23throw error when trying to show tooltip on :hidden elementChris Rebert1-0/+8
2015-02-11bootstrap onto closurefat1-345/+741
2015-01-19Merge branch 'master' into v4Mark Otto1-5/+5
Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
2015-01-19bump versionsMark Otto1-2/+2
2015-01-16Fix bogus JSCS warning.XhmikosR1-3/+3
2015-01-03Merge branch 'master' into v4Mark Otto1-11/+5
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-01-01Happy New Year :santa:Zlatan Vasović1-1/+1
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-10/+4
This reverts commit 1b3237629a316af41945e20837cf3a332798b264. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator]
2014-12-29update JS to use .{tooltip,popover}-{left,right,top,bottom}Chris Rebert1-5/+5
2014-12-16Remove ancillary references to IE<9 in comments+docsChris Rebert1-1/+1
2014-11-12bump version to v3.3.1v3.3.1Mark Otto1-2/+2
2014-10-29version bumpMark Otto1-2/+2
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes1-0/+3
Fixes #14375. Closes #14519 by merging it.
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown1-4/+10
Fixes #14167. Closes #14189 by merging it.
2014-10-22Follow-up to e2cfbd5: Fix spaces in placement calculationHeinrich Fenkart1-4/+4
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r1-4/+4
Fixes #14756. Closes #14767.
2014-09-24tooltip.js: fix alignmentChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert1-6/+6
Fixes #14561. Big thanks to @wickstargazer. [skip validator]
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart1-5/+1
Fixes #14553.
2014-09-17Fix tooltip misplacement with "auto top"saranya.r1-1/+1
Fixes #14322. Closes #14581.
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13Correctly selects arrow placement for a tooltipPeter West1-6/+8
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-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-08Merge pull request #14242 from hnrch02/remove-aria-describedby-laterHeinrich Fenkart1-3/+3
Remove `aria-describedby` attribute later
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/masterJacob1-0/+5
Fix hover-popover/tooltip flickering when mouse re-enters
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea1-0/+5
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement
2014-08-17Assume Element.getBoundingClientRect() exists; Fixes #14093Chris Rebert1-1/+1
[skip validator]
2014-08-04Remove `aria-describedby` attribute laterHeinrich Fenkart1-3/+3
Fixes #14241
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob1-2/+4
Expose transition durations on plugin constructors; closes #13656
2014-07-09Fix IE8 reporting type object for `getBoundingClientRect`Heinrich Fenkart1-1/+1
2014-07-07Expose transition durations on plugin constructors; closes #13656Heinrich Fenkart1-2/+4
2014-07-06refactor/reformat Tooltip.getPosition per @fat's feedbackChris Rebert1-4/+8
2014-07-02possible fix for #14013Chris Rebert1-3/+6
2014-06-26bump to v3.2.0Mark Otto1-2/+2
2014-06-23Revert UMD (#13772 & friends) for now, due to #13812.Chris Rebert1-351/+345
Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit 2b302f69eea416bc85e7827b7d7a74d49f879662. Revert "Fix regression of #10038 introduced by #13772" This reverts commit e9d6756a1ac76a9db31a41e8e03f663bedc41b70. Revert "MD/CommonJS/Globals #12909" This reverts commit 1c6fa9010daf0d0c21de9e20fe6ac4dba1788d90. Revert "address #13811" This reverts commit f347d7d955bbb17234b8e12c68efae7d516ce62c. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js
2014-06-17fix for #13747Erwan Jegouzo1-1/+1
Closes #13782 by merging it.
2014-06-12some changes from #13801 - add strict mode back and ==fat1-349/+351
2014-06-11Merge pull request #13786 from twbs/fat-13430Jacob1-2/+2
add special transitionend type to test event origin
2014-06-12Fix regression of #10038 introduced by #13772Heinrich Fenkart1-1/+1
2014-06-10add special transitionend type to test event originfat1-2/+2
fixes #13430
2014-06-10MD/CommonJS/Globals #12909Katie Zhu1-2/+6
2014-06-07don't show tooltips/popovers whose element isn't in the DOM; fixes #13268Chris Rebert1-2/+3
2014-06-06Minor style tweaks.XhmikosR1-1/+1
2014-06-06Comply to the new style.XhmikosR1-4/+4
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert1-0/+1
Add tooltip self-reference to address #12320