|
|
|
@ -214,7 +214,15 @@
|
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
} : this.combo; |
|
|
|
|
var positionRelativeElement = BI.DOM.getPositionRelativeContainingBlock(BI.isNull(o.container) ? this.element[0] : BI.Widget._renderEngine.createElement(BI.isFunction(o.container) ? o.container() : o.container)[0]); |
|
|
|
|
|
|
|
|
|
var positionRelativeElement = BI.DOM.getPositionRelativeContainingBlock( |
|
|
|
|
BI.isNull(o.container) |
|
|
|
|
? this.element[0] |
|
|
|
|
: BI.isWidget(o.container) |
|
|
|
|
? o.container.element[0] |
|
|
|
|
: BI.Widget._renderEngine.createElement(BI.isFunction(o.container) ? o.container() : o.container)[0] |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
switch (o.direction) { |
|
|
|
|
case "bottom": |
|
|
|
|
case "bottom,right": |
|
|
|
|