| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 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 | |
| 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 | |
| Add tooltip self-reference to address #12320 | |||||
| 2014-05-16 | Adds aria described by to tooltip plugin for accessibility | Steven Bassett | 1 | -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-14 | Add tooltip self-reference to address #12320 | j.corns | 1 | -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-Oponski | 1 | -84/+93 | |
| reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object | |||||
| 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 | |
| This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html | |||||
| 2014-01-16 | Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵ | Mark Otto | 1 | -2/+63 | |
| into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html | |||||
| 2014-01-16 | add missing paren | fat | 1 | -1/+1 | |
| 2014-01-16 | tooltip subpixel test fixes | fat | 1 | -2/+6 | |
| 2014-01-16 | remove flaky pos bottom test which is effect by unit scroll pos | fat | 1 | -10/+0 | |
| 2014-01-16 | new qunit | fat | 1 | -1/+2 | |
| 2014-01-14 | Add tooltip `viewport` option, respect bounds of the viewport | Ben Ogle | 1 | -2/+63 | |
| 2013-12-16 | Require comma on left side | Zlatan Vasović | 1 | -20/+20 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 1 | -99/+99 | |
| 2013-12-06 | fix some JS to pass jscs | Chris Rebert | 1 | -3/+3 | |
| 2013-12-06 | Use a space before functions' bracket consistently. | XhmikosR | 1 | -6/+6 | |
| 2013-12-06 | Use a space after function consistently. | XhmikosR | 1 | -17/+17 | |
| 2013-10-25 | QUnit.equals() is deprecated; use QUnit.equal() instead | Chris Rebert | 1 | -1/+1 | |
