Details
Description
This is very easy to reproduce. Simply download any of the sample-icefaces* portlets from the Liferay website and stick it in your Liferay 4.3.3 "hot deploy" folder.
When you visit the portlet with Firefox, you'll see a problem with the rendering of the <ice:panelTab/> component, in that the left edge doesn't line up right with the form below.
Additionally, the date field is really tall and has a wierd font. Firebug reveals that the css "class" attribute has a value of "iceSelInpDateInput Input portlet-form-input-fieldInput" which is likely the problem. It's appending "Input" to the portlet-form-input-field class for some reason. This is remenicent ofICE-1621.
I tried this with ICEfaces 1.6.0 and also the trunk as of 10/31/2007 and both have the same problem.
When you visit the portlet with Firefox, you'll see a problem with the rendering of the <ice:panelTab/> component, in that the left edge doesn't line up right with the form below.
Additionally, the date field is really tall and has a wierd font. Firebug reveals that the css "class" attribute has a value of "iceSelInpDateInput Input portlet-form-input-fieldInput" which is likely the problem. It's appending "Input" to the portlet-form-input-field class for some reason. This is remenicent of
I tried this with ICEfaces 1.6.0 and also the trunk as of 10/31/2007 and both have the same problem.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | screenshot-1.jpg [ 10719 ] |
| Fix Version/s | 1.7DR#3 [ 10112 ] | |
| Assignee | Yip Ng [ yip.ng ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15274 | Thu Nov 29 12:08:40 MST 2007 | yip.ng | Added type attribute to input field. Fixed value of class attribute when there are portlet classes included. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/taglib/Util.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java
|
| Attachment | screenshot-2.jpg [ 10755 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15279 | Thu Nov 29 15:23:53 MST 2007 | yip.ng | Fixed alignment of upper left tab. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css
|
| Attachment | screenshot-3.jpg [ 10756 ] |
| Attachment | screenshot-4.jpg [ 10757 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Yip Ng [ yip.ng ] |

This screenshot has red circles around the problem renderings.