[richfaces-svn-commits] JBoss Rich Faces SVN: r455 - trunk/richfaces/suggestionbox/src/main/java/org/richfaces/renderkit/html.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 19 11:59:12 EDT 2007


Author: sergeyhalipov
Date: 2007-04-19 11:59:11 -0400 (Thu, 19 Apr 2007)
New Revision: 455

Modified:
   trunk/richfaces/suggestionbox/src/main/java/org/richfaces/renderkit/html/SuggestionBoxRenderer.java
Log:
Fixed default z-index for compatibility with modal-panel.

Modified: trunk/richfaces/suggestionbox/src/main/java/org/richfaces/renderkit/html/SuggestionBoxRenderer.java
===================================================================
--- trunk/richfaces/suggestionbox/src/main/java/org/richfaces/renderkit/html/SuggestionBoxRenderer.java	2007-04-19 14:44:40 UTC (rev 454)
+++ trunk/richfaces/suggestionbox/src/main/java/org/richfaces/renderkit/html/SuggestionBoxRenderer.java	2007-04-19 15:59:11 UTC (rev 455)
@@ -192,7 +192,7 @@
             }
             writer.writeAttribute("class", clazz, "popupClass");
 
-            StringBuffer style = new StringBuffer("display:none;z-index:100;");
+            StringBuffer style = new StringBuffer("display:none; z-index: 200;");
 
             style.append(getSizeForStyle(component, "width", null, false));
             style.append(getSizeForStyle(component, "height", null, false));




More information about the richfaces-svn-commits mailing list