[gatein-commits] gatein SVN: r3992 - exo/portal/branches/3.1.x/web/portal/src/main/webapp/groovy/webui/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 31 19:41:24 EDT 2010


Author: hoang_to
Date: 2010-08-31 19:41:24 -0400 (Tue, 31 Aug 2010)
New Revision: 3992

Modified:
   exo/portal/branches/3.1.x/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
Log:
EXOGTN-59: In IE7, some navigations are hidden when there are more than 5 navigations in GroupNavigationManagment portlet

Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl	2010-08-31 23:32:23 UTC (rev 3991)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl	2010-08-31 23:41:24 UTC (rev 3992)
@@ -13,7 +13,9 @@
 %>
 <div id="$uicomponent.id" style="overflow:auto;" 
   onscroll="eXo.webui.UIVirtualList.scrollMove(this,'$url');">    
-  <% uicomponent.renderChildren();%>
+  <div style="width: 99%;" >
+  	<% uicomponent.renderChildren();%>
+  </div>
   <% 
     if (!hasNext) {
       rcontext.getJavascriptManager().addJavascript("eXo.webui.UIVirtualList.loadFinished('$uicomponent.id');");



More information about the gatein-commits mailing list