IDEMPIERE-1982 zk7 : when clicking on the menu button, the content of tab disappear

This commit is contained in:
Carlos Ruiz 2015-01-14 15:36:48 -05:00
parent 8e91e39bc0
commit ab90b0d67e
2 changed files with 2 additions and 3 deletions

View File

@ -460,7 +460,7 @@ public class WArchiveViewer extends Archive implements IFormController, EventLis
height = height - 50;
iframe.setHeight(height + "px");
iframe.setWidth("100%");
iframe.setAutohide(true);
//iframe.setAutohide(true);
form.setWidth("100%");
form.setHeight("100%");

View File

@ -386,8 +386,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
updateToolbarAccess(AD_Window_ID, AD_Process_ID);
postRenderReportEvent();
iframe.setAutohide(true);
//iframe.setAutohide(true);
this.setBorder("normal");