mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-11 14:34:56 -05:00
Unit test for replacing tooltip inside window
This commit is contained in:
2
js/bootstrap-tooltip.js
vendored
2
js/bootstrap-tooltip.js
vendored
@@ -190,7 +190,7 @@
|
||||
|
||||
if (offset.left < 0){
|
||||
delta = -offset.left * 2;
|
||||
offset.left = 0;
|
||||
offset.left = .1;
|
||||
$tip.offset(offset);
|
||||
actualWidth = $tip[0].offsetWidth;
|
||||
actualHeight = $tip[0].offsetHeight;
|
||||
|
||||
Reference in New Issue
Block a user