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:
parent
09eba7b15b
commit
7815708472
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue