| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-13 | Add sanitize for tooltips and popovers html content. | Johann-S | 1 | -0/+180 | |
| On browsers that `createHTMLDocument` isn't available just return the unsafe HTML. | |||||
| 2018-10-08 | Minor indentation fixes. | XhmikosR | 1 | -14/+14 | |
| 2018-09-28 | Use BrowserStack for our unit tests. | Johann-S | 1 | -194/+399 | |
| 2018-08-19 | fix unit tests | Johann-S | 1 | -19/+0 | |
| 2018-08-13 | Fix/xss issues on data attributes (#27047) | don-spyker | 1 | -0/+18 | |
| * fix(collapse): xss CVE-2018-14040 Fixes #26625 * fix(tooltip): xss CVE-2018-14042 Fixes #26628 * fix(tooltip): XSS on data-viewport attribute Fixes #27044 * fix(affix): XSS on target config Fixes #27045 | |||||
| 2015-04-27 | Multiple tooltip triggers don't play well together | Braden M. Kelley | 1 | -0/+38 | |
| Fixes issue #16008 | |||||
| 2015-04-27 | Merge pull request #16152 from jarthod/tooltip-placement-viewport-fix | F A T | 1 | -12/+33 | |
| Tooltip/popover: Fix auto placement to use viewport | |||||
| 2015-04-27 | Set `box-sizing: border-box` on .container-viewport in #16142 testcase | Chris Rebert | 1 | -0/+1 | |
| Otherwise, the test doesn't properly fail when the fix is reverted. | |||||
| 2015-04-27 | Compare tooltip right offset to viewport right offset (and not width) | Adrien | 1 | -0/+27 | |
| Closes #16142 by merging it. | |||||
| 2015-04-25 | Throw error when tooltip/popover template has multiple top-level elements | Chris Rebert | 1 | -0/+10 | |
| Closes #16219. | |||||
| 2015-04-21 | Allow viewport option to be a function | Adrien Siami | 1 | -0/+31 | |
| Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion. | |||||
| 2015-04-08 | Add event after template inserted | Johann-S | 1 | -0/+14 | |
| 2015-03-29 | fixed IE incompatible CSS | Adrien Jarthon | 1 | -1/+1 | |
| 2015-03-29 | Added non-regression test & fixed existing one | Adrien Jarthon | 1 | -12/+33 | |
| 2015-03-09 | Disable jQuery event aliases when running test suite | Chris Rebert | 1 | -2/+2 | |
| To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either. | |||||
| 2015-03-03 | Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874 | Chris Rebert | 1 | -0/+12 | |
| 2015-03-03 | [Fixes #15953] Implement assert.expect in each unit test | Kevin Kirsche | 1 | -0/+55 | |
| [Fixes #15953] Implement `assert.expect` in each unit test | |||||
| 2015-02-26 | Unit tests: Use new names of module hooks | Heinrich Fenkart | 1 | -2/+2 | |
| Refs #15893 | |||||
| 2015-02-23 | JS unit tests: equal() => strictEqual() | Chris Rebert | 1 | -35/+35 | |
| [skip validator] | |||||
| 2015-02-23 | JS unit tests: use QUnit.module() & QUnit.test() everywhere | Chris Rebert | 1 | -57/+57 | |
| [skip validator] | |||||
| 2015-02-23 | JS unit tests: use modern QUnit assert object everywhere | Chris Rebert | 1 | -147/+147 | |
| 2015-01-28 | Merge pull request #15496 from twbs/15484-alternative | Chris Rebert | 1 | -0/+6 | |
| Make $(document).tooltip({...}) without a `selector` throw an error | |||||
| 2015-01-20 | update JS unit tests to future-proof QUnit 1.16.0 API | Chris Rebert | 1 | -54/+54 | |
| [skip validator] | |||||
| 2015-01-05 | Make $(document).tooltip({...}) without a `selector` throw an error | Chris Rebert | 1 | -0/+6 | |
| Closes #15484 | |||||
| 2014-12-29 | Revert "Allow multiple delegated tooltip selectors on a node" | Chris Rebert | 1 | -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] | |||||
| 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 | |
| Fixes #14851 | |||||
| 2014-10-26 | Remove faulty unit test from 9740d8b | Heinrich Fenkart | 1 | -30/+0 | |
| This would only work with transitions but since we disable them for unit tests, this delivers unreliably results. | |||||
| 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 | |
| Fixes #14375. Closes #14519 by merging it. | |||||
| 2014-10-26 | Allow multiple delegated tooltip selectors on a node | Andrew S. Brown | 1 | -0/+31 | |
| Fixes #14167. Closes #14189 by merging it. | |||||
| 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 | |
| Fixes #14756. Closes #14767. | |||||
| 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 | |
| Fixes #14561. Big thanks to @wickstargazer. [skip validator] | |||||
| 2014-09-25 | Tooltip: Rely on `getBoundingClientRect` for `width` and `height` | Heinrich Fenkart | 1 | -0/+38 | |
| Fixes #14553. | |||||
| 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 | |
| Fixes #14322. Closes #14581. | |||||
| 2014-09-15 | Must explicitly destroy tooltip in SVG unit test since its container is body. | Chris Rebert | 1 | -0/+2 | |
| Leaking tooltips across tests leads to confusion and sadness. | |||||
| 2014-09-13 | Correctly selects arrow placement for a tooltip | Peter West | 1 | -0/+31 | |
| Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718. | |||||
| 2014-08-28 | Fix hover-tooltip flickering when mouse re-enters | Scott Gonyea | 1 | -0/+61 | |
| - is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement | |||||
| 2014-08-01 | Fix #14076: Add unit test for tooltips on SVG elements | Chris Rebert | 1 | -0/+36 | |
| [skip validator] | |||||
| 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 | |
| Refs #14090. Also, fix one typo. | |||||
| 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 | |
