Author: woonsan
Date: Tue Feb 23 13:32:40 2010
New Revision: 915337

URL: http://svn.apache.org/viewvc?rev=915337&view=rev
Log:
JS2-1057: Set zIndex to kind of max value on preview window and site node 
editor window.

Modified:
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/spaces/page-navigator.jsp
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp

Modified: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/spaces/page-navigator.jsp
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/spaces/page-navigator.jsp?rev=915337&r1=915336&r2=915337&view=diff
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/spaces/page-navigator.jsp
 (original)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/spaces/page-navigator.jsp
 Tue Feb 23 13:32:40 2010
@@ -332,6 +332,7 @@
         var nodwViewWindow = Y.Node.create("<iframe width='" + offsetWidth + 
"' height='" + offsetHeight + "' frameborder='0' scrolling='auto' 
align='bottom' marginwidth='0' marginheight='0' src='" + src + "'></iframe>");
 
         nodeEditorOverlay.set("bodyContent", nodwViewWindow);
+        nodeEditorOverlay.set("zIndex", 16777271);
         nodeEditorOverlay.render();
 
         point[0] = (windowWidth - offsetWidth) / 2;

Modified: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp?rev=915337&r1=915336&r2=915337&view=diff
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
 (original)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
 Tue Feb 23 13:32:40 2010
@@ -603,6 +603,7 @@
         
previewPortletWindow.one(".PTitleContent").setContent(portletDisplayName);
         previewPortletWindow.one(".PContent").setContent(o.responseText);
         previewOverlay.set("bodyContent", previewPortletWindow);
+        previewOverlay.set("zIndex", 16777271);
         previewOverlay.render();
 
         var windowWidth = window.innerWidth;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to