IDEMPIERE-2039 Performance tuning: Remove use of echo event for the opening of new window. Remove renderdefer as it break the setting of initial focus.

This commit is contained in:
Heng Sin Low 2014-07-04 21:05:52 +08:00
parent 09eba7b15b
commit 7815708472
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ public class ADWindowContent extends AbstractADWindowContent
LayoutUtils.addSclass("adwindow-status", statusBar);
contentArea = new Div();
contentArea.setRenderdefer(50);
contentArea.setParent(layout);
contentArea.setVflex("1");
contentArea.setHflex("1");