Searched refs:actualHeight (Results 1 – 1 of 1) sorted by relevance
1460 var actualHeight = $tip[0].offsetHeight1466 … placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' :1467 … placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' :1477 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)1528 var actualHeight = $tip[0].offsetHeight1530 if (placement == 'top' && actualHeight != height) {1531 offset.top = offset.top + height - actualHeight1534 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)1540 … = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight1620 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument[all …]