diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index d357fc15f..297ee23ce 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -122,7 +122,7 @@ function createStore () { var needPop = false; if (_global.Fix && this._store) { - var store = findStore(this.options.context || this.options.element); + var store = findStore(this.options.context || this._parent || this.options.element || BI.Widget.context || this._context); if (store) { pushTarget(store); needPop = true;