|
|
|
@ -38,7 +38,7 @@ BI.TooltipsController = BI.inherit(BI.Controller, {
|
|
|
|
|
}); |
|
|
|
|
this.showingTips = {}; |
|
|
|
|
if (!this.has(name)) { |
|
|
|
|
this.create(name, tooltipOpt, opt.container || "body"); |
|
|
|
|
this.create(name, tooltipOpt, document.fullscreenElement ? context : (opt.container || "body")); |
|
|
|
|
} |
|
|
|
|
if (!opt.belowMouse) { |
|
|
|
|
var offset = context.element.offset(); |
|
|
|
|