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:
Heng Sin Low 2012-12-03 18:13:47 +08:00
parent f0f7900627
commit e5658fad56
1 changed files with 1 additions and 0 deletions

View File

@ -2368,6 +2368,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
if (!window.isCancel()) {
onRefresh(true, false);
}
Events.postEvent(new Event(LayoutUtils.ON_REDRAW_EVENT, getComponent()));
}
});
getComponent().getParent().appendChild(window);