[jboss-cvs] jboss-seam/ui/src/main/resources/org/jboss/seam/ui/resource/date ...
Shane Bryzak
sbryzak at redhat.com
Sun Jul 29 11:00:46 EDT 2007
User: sbryzak2
Date: 07/07/29 11:00:46
Modified: ui/src/main/resources/org/jboss/seam/ui/resource/date
calendar.js
Log:
default z-index of 200
Revision Changes Path
1.3 +1 -1 jboss-seam/ui/src/main/resources/org/jboss/seam/ui/resource/date/calendar.js
(In the diff below, changes in quantity of whitespace are not shown.)
Index: calendar.js
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/resources/org/jboss/seam/ui/resource/date/calendar.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- calendar.js 3 Jul 2007 05:41:30 -0000 1.2
+++ calendar.js 29 Jul 2007 15:00:46 -0000 1.3
@@ -451,7 +451,7 @@
getStyleObject(POPUP_DIV).left = locX + "px";
getStyleObject(POPUP_DIV).top = locY + "px";
- var zIndex = 0;
+ var zIndex = 200;
var divs = document.getElementsByTagName("div");
for (var i = 0; i < divs.length; i++)
{
More information about the jboss-cvs-commits
mailing list