Author: phuong_vu
Date: 2011-01-03 21:19:29 -0500 (Mon, 03 Jan 2011)
New Revision: 5671
Modified:
portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/javascript/eXo/portal/UIPortalNavigation.js
Log:
GTNPORTAL-1410 Can not select page from menu bar when there're many page
Modified:
portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/javascript/eXo/portal/UIPortalNavigation.js
===================================================================
---
portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/javascript/eXo/portal/UIPortalNavigation.js 2011-01-03
11:29:58 UTC (rev 5670)
+++
portal/branches/branch-GTNPORTAL-1731/web/eXoResources/src/main/webapp/javascript/eXo/portal/UIPortalNavigation.js 2011-01-04
02:19:29 UTC (rev 5671)
@@ -158,6 +158,7 @@
eXo.portal.UIPortalNavigation.toggleSubMenu(e, tab, menuItemContainer) ;
}
}
+ eXo.portal.UIPortalNavigation.cancelHideMenuContainer();
eXo.portal.UIPortalNavigation.menuVisible = true ;
} ;
@@ -327,7 +328,6 @@
subContainer.firstTime = true;
}
}
- eXo.portal.UIPortalNavigation.cancelHideMenuContainer() ;
};
/**
* Shows a sub menu, uses the methods from superClass (eXo.webui.UIPopupMenu)
Show replies by date