Author: ndkhoiits
Date: 2010-08-22 23:03:17 -0400 (Sun, 22 Aug 2010)
New Revision: 3883
Modified:
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIRightClickPopupMenu.js
Log:
GTNPORTAL-1324 Allow display context menu without browser menu when rightclick
Modified:
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIRightClickPopupMenu.js
===================================================================
---
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIRightClickPopupMenu.js 2010-08-21
08:14:26 UTC (rev 3882)
+++
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIRightClickPopupMenu.js 2010-08-23
03:03:17 UTC (rev 3883)
@@ -177,7 +177,7 @@
contextMenu.style.right = intLeft + "px" ;
}
ctxMenuContainer.style.width = ctxMenuContainer.offsetWidth + "px" ;
- contextMenu.style.top = intTop + "px";
+ contextMenu.style.top = intTop + 1 + "px";
};
eXo.webui.UIRightClickPopupMenu = new UIRightClickPopupMenu() ;
\ No newline at end of file