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));
Show replies by date