Author: phuong_vu
Date: 2010-08-30 22:25:43 -0400 (Mon, 30 Aug 2010)
New Revision: 3971
Modified:
portal/branches/branched-r3845/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
Log:
GTNPORTAL-1332 [IE7] Navigations is hidden when have more 5 navigations in list.
Modified:
portal/branches/branched-r3845/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
===================================================================
---
portal/branches/branched-r3845/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl 2010-08-30
14:19:58 UTC (rev 3970)
+++
portal/branches/branched-r3845/web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl 2010-08-31
02:25:43 UTC (rev 3971)
@@ -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');");
Show replies by date