Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Tomcat 5.5, JDK 1.5
-
Support Case References:
Description
generated <div> in SelectInputText omits z-index
fix: change line 91 of SelectInputTextRenderer to read:
div.setAttribute(HTML.STYLE_ATTR,
"display:none;border:1px solid
black;background-color:white;z-index:500;"); //added 'z-index:500;'
fix: change line 91 of SelectInputTextRenderer to read:
div.setAttribute(HTML.STYLE_ATTR,
"display:none;border:1px solid
black;background-color:white;z-index:500;"); //added 'z-index:500;'
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13653 | Thu Apr 26 14:33:04 MDT 2007 | rob.mayhew | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java
|
