aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23rewrite tooltip unit testsJohann-S1-1257/+0
2019-03-11Comply to the new rules.XhmikosR1-7/+7
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR1-0/+5
2019-02-26move util in a util folder with the sanitizerJohann-S1-20/+6
2019-02-204.3.1.XhmikosR1-1/+1
2019-02-20bump to 4.2.1Johann-S1-11/+11
2019-02-20chore(update): bump to 4.1.3Johann-S1-2/+2
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S1-22/+22
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-17/+19
2019-02-20remove old references to jquery and some fixesJohann-S1-2/+2
2019-02-20tooltip without jqueryAlessandro Chitolina1-53/+48
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S1-0/+160
2019-02-05Add support for tooltip offset option to be a function.Jason Golieb1-0/+37
2018-12-06avoid console call in our unit tests (#27790)Johann-S1-1/+0
2018-12-05fix regression about using element for tooltip container optionJohann-S1-0/+46
2018-11-02handle detached tooltip when we try to hide a modalJohann-S1-0/+58
2018-06-25fix(tooltip): get tip on placement changeJohann-S1-0/+23
2018-05-22fix(tooltip): remove useless unit testJohann-S1-40/+0
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+1
2018-04-10v4 improve coverage (#25945)Johann-S1-0/+29
* Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-55/+108
2018-01-11Comply to the new rules.XhmikosR1-52/+104
2017-08-24Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ↵Johann-S1-0/+22
was disabled
2017-08-23Tweak ESLint rules.XhmikosR1-3/+3
2017-05-14Handle dropup for DropdownJohann-S1-2/+7
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S1-58/+6
2017-05-14Fix arrow for tooltip and popoverJohann-S1-56/+27
2017-05-14Add attachment classesJohann-S1-1/+1
2017-03-31Popover + Tooltip - fix error when content or title is a numberJohann-S1-0/+16
2017-03-28Fix different tooltips offset when hoveringJohann1-0/+17
2016-12-29Close #21249 : Add a Unit test for #21227Johann-S1-0/+30
2016-12-27update click state when hiding so can be shown again by trigger. fixes #16732Max Beatty1-0/+21
2016-12-07Rename `.active` to `.show`Starsam801-20/+20
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-10/+10
2016-10-31Making .tooltip('show') throw an error on elements with display:none (#20940)Johann1-0/+13
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-20/+20
2016-09-15replace some profanities (#20715)VarelloThemes1-1/+1
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+12
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy1-0/+29
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
2015-05-13implement global dispose methodfat1-1/+1
2015-05-12grunt test-js, grunt dist-js now workingfat1-1/+1
2015-05-12popover passing as wellfat1-8/+8
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-607/+49
2015-05-06remove closureness from pluginsfat1-229/+428
2015-04-23throw error when trying to show tooltip on :hidden elementChris Rebert1-33/+47
2015-02-11bootstrap onto closurefat1-10/+12
2015-01-21Merge branch 'master' into v4Chris Rebert1-54/+54
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-54/+54
[skip validator]
2015-01-03Merge branch 'master' into v4Mark Otto1-31/+0
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
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-31/+0
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]