aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
AgeCommit message (Collapse)AuthorFilesLines
2014-12-29update JS to use .{tooltip,popover}-{left,right,top,bottom}Chris Rebert1-12/+12
2014-11-28Fix copy/paste errorDan Dascalescu1-1/+1
2014-10-27Increase timeouts in tooltip unit tests to avoid spurious Sauce failuresChris Rebert1-31/+31
Fixes #14851
2014-10-26Remove faulty unit test from 9740d8bHeinrich Fenkart1-30/+0
This would only work with transitions but since we disable them for unit tests, this delivers unreliably results.
2014-10-26Follow-up to 9740d8b: fix small typoHeinrich Fenkart1-1/+1
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes1-0/+30
Fixes #14375. Closes #14519 by merging it.
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown1-0/+31
Fixes #14167. Closes #14189 by merging it.
2014-10-22Fix IE8 unit test breakage introduced by #14767Heinrich Fenkart1-2/+6
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r1-0/+104
Fixes #14756. Closes #14767.
2014-10-03tooltip unit tests: fix typo in test descriptionChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert1-0/+42
Fixes #14561. Big thanks to @wickstargazer. [skip validator]
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart1-0/+38
Fixes #14553.
2014-09-17Follow-up to #14581: Use div instead of HTML5 section for IE8Heinrich Fenkart1-6/+6
2014-09-17Fix tooltip misplacement with "auto top"saranya.r1-0/+50
Fixes #14322. Closes #14581.
2014-09-15Must explicitly destroy tooltip in SVG unit test since its container is body.Chris Rebert1-0/+2
Leaking tooltips across tests leads to confusion and sadness.
2014-09-13Correctly selects arrow placement for a tooltipPeter West1-0/+31
Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718.
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea1-0/+61
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement
2014-08-01Fix #14076: Add unit test for tooltips on SVG elementsChris Rebert1-0/+36
[skip validator]
2014-07-16speed up js tests a bitfat1-203/+203
2014-07-09`document.head` is undefined in IE8Heinrich Fenkart1-6/+6
2014-07-08Fix invalid HTML in "should allow html entities" tooltip unit testChris Rebert1-2/+2
Refs #14090. Also, fix one typo.
2014-07-06Move to leading plusesHeinrich Fenkart1-30/+30
2014-07-06Clean tooltip unit tests upHeinrich Fenkart1-306/+453
2014-06-07put the tooltips into the DOM in the tooltip unit testsChris Rebert1-4/+12
2014-06-07add failing test for #13268Chris Rebert1-0/+27
2014-06-06Minor style tweaks.XhmikosR1-8/+9
2014-06-06Comply to the new style.XhmikosR1-63/+64
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert1-0/+11
Add tooltip self-reference to address #12320
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett1-0/+30
Generates a unique id for tooltip and adds [aria-describedby] to the element it is called on. Resolves issue #13480 - set up test - linted the code styles - passed the tests - integrated feedback from @cvrebert
2014-05-14Add tooltip self-reference to address #12320j.corns1-0/+11
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski1-84/+93
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-19quote attribute values in selectors in JS unit tests for consistencyChris Rebert1-1/+1
2014-04-09JS: remove unused variables.XhmikosR1-10/+10
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-2/+79
2014-03-09Remove unneeded quotes.XhmikosR1-6/+6
2014-02-28Switch to using JSCS for the indentation check.XhmikosR1-13/+12
2014-02-14Re-indent test files.XhmikosR1-419/+419
2014-01-16Revert "Add tooltip `viewport` option, respect bounds of the viewport"Chris Rebert1-63/+2
This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html
2014-01-16Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵Mark Otto1-2/+63
into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html
2014-01-16add missing parenfat1-1/+1
2014-01-16tooltip subpixel test fixesfat1-2/+6
2014-01-16remove flaky pos bottom test which is effect by unit scroll posfat1-10/+0
2014-01-16new qunitfat1-1/+2
2014-01-14Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-2/+63
2013-12-16Require comma on left sideZlatan Vasović1-20/+20
2013-12-08Use single quotes consistently.XhmikosR1-99/+99
2013-12-06fix some JS to pass jscsChris Rebert1-3/+3
2013-12-06Use a space before functions' bracket consistently.XhmikosR1-6/+6
2013-12-06Use a space after function consistently.XhmikosR1-17/+17
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert1-1/+1