Chris Rebert
a8299b5b45
Remove ancillary references to IE<9 in comments+docs
2014-12-16 19:06:57 -08:00
Mark Otto
9a7e365c2c
bump version to v3.3.1
2014-11-12 09:03:16 -08:00
Mark Otto
94b59b57d6
version bump
2014-10-29 08:56:20 -07:00
Phil Hughes
9740d8bb69
Fix tooltip occasionally not hiding when using a hide delay
...
Fixes #14375 .
Closes #14519 by merging it.
2014-10-26 04:38:18 +01:00
Andrew S. Brown
1b3237629a
Allow multiple delegated tooltip selectors on a node
...
Fixes #14167 .
Closes #14189 by merging it.
2014-10-26 03:51:55 +01:00
Heinrich Fenkart
95e0f48e3a
Follow-up to e2cfbd5
: Fix spaces in placement calculation
2014-10-22 21:38:34 +02:00
saranya.r
e2cfbd5f2d
Fixes tooltip misplacements in scrollable viewports with auto positioning
...
Fixes #14756 .
Closes #14767 .
2014-10-22 21:35:44 +02:00
Chris Rebert
443a1b11ee
tooltip.js: fix alignment
2014-09-24 21:27:56 -07:00
Chris Rebert
4d9890ea2e
Use container instead of parent for tooltip/popover auto-placement calcs
...
Fixes #14561 . Big thanks to @wickstargazer.
[skip validator]
2014-09-24 20:46:49 -07:00
Heinrich Fenkart
24ae068f21
Tooltip: Rely on getBoundingClientRect
for width
and height
...
Fixes #14553 .
2014-09-25 01:35:51 +02:00
saranya.r
db9e8ee813
Fix tooltip misplacement with "auto top"
...
Fixes #14322 .
Closes #14581 .
2014-09-17 23:11:04 +02:00
Heinrich Fenkart
e094d470d4
Remove unused Tooltip#validate method
2014-09-13 09:39:15 +02:00
Peter West
4c98507010
Correctly selects arrow placement for a tooltip
...
Fixes #13696 .
Fixes #13696 .
Fixes #14197 .
Closes #13718 .
2014-09-13 04:25:34 +02:00
Heinrich Fenkart
76762169c3
Properly fire hidden event when tooltip is destroyed
...
Fixes #13031 .
2014-09-13 03:07:32 +02:00
Heinrich Fenkart
6e206f5e8f
Merge pull request #14492 from twbs/ie8-getBoundingClientRect
...
Handle lack of .width and .height from getBoundingClientRect() in IE8
2014-09-11 23:11:45 +02:00
Heinrich Fenkart
759a95b0fe
Make inDom check of tooltip cross document compatible
...
Fixes #14483
2014-09-09 03:03:14 +02:00
Heinrich Fenkart
859ddc11fb
Merge pull request #14242 from hnrch02/remove-aria-describedby-later
...
Remove `aria-describedby` attribute later
2014-09-08 23:14:50 +02:00
Chris Rebert
989dafb153
Handle lack of .width and .height from getBoundingClientRect() in IE8
...
Closes #14093
Correction to #14090
Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility
2014-09-07 22:58:33 -07:00
Jacob
c22b270582
Merge pull request #14273 from sgonyea/master
...
Fix hover-popover/tooltip flickering when mouse re-enters
2014-09-07 10:36:45 -07:00
Scott Gonyea
aac0e16452
Fix hover-tooltip flickering when mouse re-enters
...
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement
2014-08-28 17:17:50 -07:00
Chris Rebert
ea0e1606dc
Assume Element.getBoundingClientRect() exists; Fixes #14093
...
[skip validator]
2014-08-17 16:08:49 -07:00
Heinrich Fenkart
dca8afa333
Remove aria-describedby
attribute later
...
Fixes #14241
2014-08-04 19:21:49 +02:00
Jacob
8bf48121a0
Merge pull request #14061 from hnrch02/fix-13656
...
Expose transition durations on plugin constructors; closes #13656
2014-08-01 12:50:03 -07:00
Heinrich Fenkart
0268b41c4f
Fix IE8 reporting type object for getBoundingClientRect
2014-07-09 00:42:02 +02:00
Heinrich Fenkart
231744d628
Expose transition durations on plugin constructors; closes #13656
2014-07-07 13:03:56 +02:00
Chris Rebert
f9ffb49932
refactor/reformat Tooltip.getPosition per @fat's feedback
2014-07-06 00:16:54 -07:00
Chris Rebert
1ce5e9f3ae
possible fix for #14013
2014-07-02 10:09:28 -07:00
Mark Otto
ff6b279b3c
bump to v3.2.0
2014-06-26 09:13:24 -07:00
Chris Rebert
c2c19a4d2d
Revert UMD ( #13772 & friends) for now, due to #13812 .
...
Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0.
Revert "some changes from #13801 - add strict mode back and =="
This reverts commit 2b302f69ee
.
Revert "Fix regression of #10038 introduced by #13772 "
This reverts commit e9d6756a1a
.
Revert "MD/CommonJS/Globals #12909 "
This reverts commit 1c6fa9010d
.
Revert "address #13811 "
This reverts commit f347d7d955
.
Conflicts:
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/tab.js
js/tooltip.js
2014-06-23 11:11:59 -07:00
Erwan Jegouzo
1b63d0b9ba
fix for #13747
...
Closes #13782 by merging it.
2014-06-17 17:56:15 -07:00
fat
2b302f69ee
some changes from #13801 - add strict mode back and ==
2014-06-12 11:11:04 -07:00
Jacob
696632d7da
Merge pull request #13786 from twbs/fat-13430
...
add special transitionend type to test event origin
2014-06-11 22:44:04 -07:00
Heinrich Fenkart
e9d6756a1a
Fix regression of #10038 introduced by #13772
2014-06-12 06:00:02 +02:00
fat
7f122be004
add special transitionend type to test event origin
...
fixes #13430
2014-06-10 20:42:19 -07:00
Katie Zhu
1c6fa9010d
MD/CommonJS/Globals #12909
2014-06-10 17:16:29 -07:00
Chris Rebert
21de05c8c0
don't show tooltips/popovers whose element isn't in the DOM; fixes #13268
2014-06-07 17:54:11 -07:00
XhmikosR
e2cabe4971
Minor style tweaks.
2014-06-06 01:23:07 +03:00
XhmikosR
7b0acf14d8
Comply to the new style.
2014-06-06 01:23:07 +03:00
Chris Rebert
bc1ce426d9
Merge pull request #13593 from ResentedHook/master
...
Add tooltip self-reference to address #12320
2014-05-23 14:33:19 -07:00
Steven Bassett
a70da16f6f
Adds aria described by to tooltip plugin for accessibility
...
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-16 10:45:38 -07:00
j.corns
122c05dbd8
Add tooltip self-reference to address #12320
...
primarily adds a data- attribute to the tooltip (and thus, the popover)
to create a self-reference.
2014-05-14 10:36:32 -07:00
fat
f219fee07b
versions
2014-05-12 21:15:16 -07:00
Collin Donahue-Oponski
a9f2b6ce0f
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-21 23:03:33 -06:00
XhmikosR
45b476bdbf
JS: remove unused variables.
2014-04-09 10:01:48 +03:00
Ben Ogle
8534e12523
Add tooltip viewport
option, respect bounds of the viewport
2014-03-21 11:28:13 -07:00
Zlatan Vasović
ead17b7ca6
Fix #12375 : stop using document.body.scrollTop as it's deprecated in the strict mode
...
Closes #12377
2014-03-16 20:10:52 -07:00
Chris Rebert
8a6cdff825
add role="tooltip" to tooltips by default to improve accessibility
...
See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip
2014-03-13 15:05:13 -07:00
Mark Otto
88fdd45427
v3.1.1 bump
2014-02-13 01:12:26 -08:00
Mark Otto
1409cde7e8
Bump versions, run grunt
2014-01-30 08:30:37 -08:00
Chris Rebert
6af0013ac5
Revert "Add tooltip viewport
option, respect bounds of the viewport"
...
This reverts commit edb221a20c
.
Reverting due to broken JS unit tests.
Conflicts:
docs/javascript.html
2014-01-16 20:32:59 -08:00