index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
tests
/
unit
/
tooltip.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-13
implement global dispose method
fat
1
-1
/
+1
2015-05-12
grunt test-js, grunt dist-js now working
fat
1
-1
/
+1
2015-05-12
popover passing as well
fat
1
-8
/
+8
2015-05-11
rewritten tooltip + tether integration and death to our positioner jank
fat
1
-607
/
+49
2015-05-06
remove closureness from plugins
fat
1
-229
/
+428
2015-04-23
throw error when trying to show tooltip on :hidden element
Chris Rebert
1
-33
/
+47
2015-02-11
bootstrap onto closure
fat
1
-10
/
+12
2015-01-21
Merge branch 'master' into v4
Chris Rebert
1
-54
/
+54
2015-01-20
update JS unit tests to future-proof QUnit 1.16.0 API
Chris Rebert
1
-54
/
+54
2015-01-03
Merge branch 'master' into v4
Mark Otto
1
-31
/
+0
2014-12-29
Revert "Allow multiple delegated tooltip selectors on a node"
Chris Rebert
1
-31
/
+0
2014-12-29
update JS to use .{tooltip,popover}-{left,right,top,bottom}
Chris Rebert
1
-12
/
+12
2014-11-28
Fix copy/paste error
Dan Dascalescu
1
-1
/
+1
2014-10-27
Increase timeouts in tooltip unit tests to avoid spurious Sauce failures
Chris Rebert
1
-31
/
+31
2014-10-26
Remove faulty unit test from 9740d8b
Heinrich Fenkart
1
-30
/
+0
2014-10-26
Follow-up to 9740d8b: fix small typo
Heinrich Fenkart
1
-1
/
+1
2014-10-26
Fix tooltip occasionally not hiding when using a hide delay
Phil Hughes
1
-0
/
+30
2014-10-26
Allow multiple delegated tooltip selectors on a node
Andrew S. Brown
1
-0
/
+31
2014-10-22
Fix IE8 unit test breakage introduced by #14767
Heinrich Fenkart
1
-2
/
+6
2014-10-22
Fixes tooltip misplacements in scrollable viewports with auto positioning
saranya.r
1
-0
/
+104
2014-10-03
tooltip unit tests: fix typo in test description
Chris Rebert
1
-1
/
+1
2014-09-24
Use container instead of parent for tooltip/popover auto-placement calcs
Chris Rebert
1
-0
/
+42
2014-09-25
Tooltip: Rely on `getBoundingClientRect` for `width` and `height`
Heinrich Fenkart
1
-0
/
+38
2014-09-17
Follow-up to #14581: Use div instead of HTML5 section for IE8
Heinrich Fenkart
1
-6
/
+6
2014-09-17
Fix tooltip misplacement with "auto top"
saranya.r
1
-0
/
+50
2014-09-15
Must explicitly destroy tooltip in SVG unit test since its container is body.
Chris Rebert
1
-0
/
+2
2014-09-13
Correctly selects arrow placement for a tooltip
Peter West
1
-0
/
+31
2014-08-28
Fix hover-tooltip flickering when mouse re-enters
Scott Gonyea
1
-0
/
+61
2014-08-01
Fix #14076: Add unit test for tooltips on SVG elements
Chris Rebert
1
-0
/
+36
2014-07-16
speed up js tests a bit
fat
1
-203
/
+203
2014-07-09
`document.head` is undefined in IE8
Heinrich Fenkart
1
-6
/
+6
2014-07-08
Fix invalid HTML in "should allow html entities" tooltip unit test
Chris Rebert
1
-2
/
+2
2014-07-06
Move to leading pluses
Heinrich Fenkart
1
-30
/
+30
2014-07-06
Clean tooltip unit tests up
Heinrich Fenkart
1
-306
/
+453
2014-06-07
put the tooltips into the DOM in the tooltip unit tests
Chris Rebert
1
-4
/
+12
2014-06-07
add failing test for #13268
Chris Rebert
1
-0
/
+27
2014-06-06
Minor style tweaks.
XhmikosR
1
-8
/
+9
2014-06-06
Comply to the new style.
XhmikosR
1
-63
/
+64
2014-05-23
Merge pull request #13593 from ResentedHook/master
Chris Rebert
1
-0
/
+11
2014-05-16
Adds aria described by to tooltip plugin for accessibility
Steven Bassett
1
-0
/
+30
2014-05-14
Add tooltip self-reference to address #12320
j.corns
1
-0
/
+11
2014-04-21
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...
Collin Donahue-Oponski
1
-84
/
+93
2014-04-19
quote attribute values in selectors in JS unit tests for consistency
Chris Rebert
1
-1
/
+1
2014-04-09
JS: remove unused variables.
XhmikosR
1
-10
/
+10
2014-03-21
Add tooltip `viewport` option, respect bounds of the viewport
Ben Ogle
1
-2
/
+79
2014-03-09
Remove unneeded quotes.
XhmikosR
1
-6
/
+6
2014-02-28
Switch to using JSCS for the indentation check.
XhmikosR
1
-13
/
+12
2014-02-14
Re-indent test files.
XhmikosR
1
-419
/
+419
2014-01-16
Revert "Add tooltip `viewport` option, respect bounds of the viewport"
Chris Rebert
1
-63
/
+2
2014-01-16
Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap in...
Mark Otto
1
-2
/
+63
[next]