aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2014-10-29version bumpMark Otto1-2/+2
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes1-0/+3
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown1-4/+10
2014-10-22Follow-up to e2cfbd5: Fix spaces in placement calculationHeinrich Fenkart1-4/+4
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r1-4/+4
2014-09-24tooltip.js: fix alignmentChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert1-6/+6
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart1-5/+1
2014-09-17Fix tooltip misplacement with "auto top"saranya.r1-1/+1
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13Correctly selects arrow placement for a tooltipPeter West1-6/+8
2014-09-13Properly fire hidden event when tooltip is destroyedHeinrich Fenkart1-2/+6
2014-09-11Merge pull request #14492 from twbs/ie8-getBoundingClientRectHeinrich Fenkart1-0/+4
2014-09-09Make inDom check of tooltip cross document compatibleHeinrich Fenkart1-1/+1
2014-09-08Merge pull request #14242 from hnrch02/remove-aria-describedby-laterHeinrich Fenkart1-3/+3
2014-09-07Handle lack of .width and .height from getBoundingClientRect() in IE8Chris Rebert1-0/+4
2014-09-07Merge pull request #14273 from sgonyea/masterJacob1-0/+5
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea1-0/+5
2014-08-17Assume Element.getBoundingClientRect() exists; Fixes #14093Chris Rebert1-1/+1
2014-08-04Remove `aria-describedby` attribute laterHeinrich Fenkart1-3/+3
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob1-2/+4
2014-07-09Fix IE8 reporting type object for `getBoundingClientRect`Heinrich Fenkart1-1/+1
2014-07-07Expose transition durations on plugin constructors; closes #13656Heinrich Fenkart1-2/+4
2014-07-06refactor/reformat Tooltip.getPosition per @fat's feedbackChris Rebert1-4/+8
2014-07-02possible fix for #14013Chris Rebert1-3/+6
2014-06-26bump to v3.2.0Mark Otto1-2/+2
2014-06-23Revert UMD (#13772 & friends) for now, due to #13812.Chris Rebert1-351/+345
2014-06-17fix for #13747Erwan Jegouzo1-1/+1
2014-06-12some changes from #13801 - add strict mode back and ==fat1-349/+351
2014-06-11Merge pull request #13786 from twbs/fat-13430Jacob1-2/+2
2014-06-12Fix regression of #10038 introduced by #13772Heinrich Fenkart1-1/+1
2014-06-10add special transitionend type to test event originfat1-2/+2
2014-06-10MD/CommonJS/Globals #12909Katie Zhu1-2/+6
2014-06-07don't show tooltips/popovers whose element isn't in the DOM; fixes #13268Chris Rebert1-2/+3
2014-06-06Minor style tweaks.XhmikosR1-1/+1
2014-06-06Comply to the new style.XhmikosR1-4/+4
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert1-0/+1
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett1-0/+12
2014-05-14Add tooltip self-reference to address #12320j.corns1-0/+1
2014-05-12versionsfat1-0/+2
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...Collin Donahue-Oponski1-6/+25
2014-04-09JS: remove unused variables.XhmikosR1-1/+0
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-39/+63
2014-03-16Fix #12375: stop using document.body.scrollTop as it's deprecated in the stri...Zlatan Vasović1-1/+1
2014-03-13add role="tooltip" to tooltips by default to improve accessibilityChris Rebert1-1/+1
2014-02-13v3.1.1 bumpMark Otto1-1/+1
2014-01-30Bump versions, run gruntv3.1.0Mark Otto1-1/+1
2014-01-16Revert "Add tooltip `viewport` option, respect bounds of the viewport"Chris Rebert1-53/+28
2014-01-14Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-28/+53
2014-01-07Merge pull request #12057 from ZDroid/nlChris Rebert1-1/+2