[SSE] For Bug 47374
This commit is contained in:
parent
d4cd99a5b2
commit
76e21de5c4
|
@ -1258,7 +1258,7 @@ define([
|
|||
}
|
||||
}
|
||||
|
||||
if (index_filter!==undefined && !(me.dlgFilter && me.dlgFilter.isVisible()) && !(me.currentMenu && me.currentMenu.isVisible())) {
|
||||
if (index_filter!==undefined && !(me.dlgFilter && me.dlgFilter.isVisible()) && !(me.currentMenu && me.currentMenu.isVisible()) && !dataarray[index_filter-1].asc_getFilter().asc_getPivotObj()) {
|
||||
if (!filterTip.parentEl) {
|
||||
filterTip.parentEl = $('<div id="tip-container-filtertip" style="position: absolute; z-index: 10000;"></div>');
|
||||
me.documentHolder.cmpEl.append(filterTip.parentEl);
|
||||
|
|
Loading…
Reference in a new issue