IDEMPIERE-522 Zk: Random Freeze of screen update. Modify process and form to only block the parent window instead of the whole browser.
This commit is contained in:
parent
f0f7900627
commit
e5658fad56
|
@ -2368,6 +2368,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
if (!window.isCancel()) {
|
if (!window.isCancel()) {
|
||||||
onRefresh(true, false);
|
onRefresh(true, false);
|
||||||
}
|
}
|
||||||
|
Events.postEvent(new Event(LayoutUtils.ON_REDRAW_EVENT, getComponent()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
getComponent().getParent().appendChild(window);
|
getComponent().getParent().appendChild(window);
|
||||||
|
|
Loading…
Reference in New Issue