Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
Description
generated <span> inside selectInputText adds height to suggestion cells
fix: change line 182 of SelectInputTextRenderer to read:
spanToSelect.setAttribute(HTML.STYLE_ATTR,
"visibility:hidden;display:none;");
//added 'display:none;'
fix: change line 182 of SelectInputTextRenderer to read:
spanToSelect.setAttribute(HTML.STYLE_ATTR,
"visibility:hidden;display:none;");
//added 'display:none;'
Activity
| Field | Original Value | New Value |
|---|---|---|
| Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=3937 |
| Fix Version/s | 1.6DR#3 [ 10050 ] | |
| Assignee | Rob Mayhew [ rob.mayhew ] |
| Assignee | Rob Mayhew [ rob.mayhew ] | Adnan Durrani [ adnan.durrani ] |
| Assignee Priority | P2 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13480 | Mon Apr 09 11:07:40 MDT 2007 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputtext/SelectInputTextRenderer.java
|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |

Suggested fix applied and tested. -revision: 13480