Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.8.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
<ice:panelPopup styleClass="myPnlPop" >
- in ICEfaces 1.8.1 was rendered as
<table>
<tr>
<td class='icePnlPopHdr myPnlPopHdr'>
....
</td>
</tr>
</table>
- in ICEfaces 1.8.2 si rendered with two <td> elements
<table>
<tr>
<td class='icePnlPopHdr myPnlPopHdr'>
............
</td>
<td class='icePnlPopHdr'>
<div style="width: 1px;"/>
</td>
</tr>
</table>
Why the custom style "myPnlPopHdr" is not applied to the element number two <td> ?
- in ICEfaces 1.8.1 was rendered as
<table>
<tr>
<td class='icePnlPopHdr myPnlPopHdr'>
....
</td>
</tr>
</table>
- in ICEfaces 1.8.2 si rendered with two <td> elements
<table>
<tr>
<td class='icePnlPopHdr myPnlPopHdr'>
............
</td>
<td class='icePnlPopHdr'>
<div style="width: 1px;"/>
</td>
</tr>
</table>
Why the custom style "myPnlPopHdr" is not applied to the element number two <td> ?
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19578 | Mon Nov 02 14:24:44 MST 2009 | yip.ng | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelpopup/PanelPopupRenderer.java
|
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Salesforce Case | [] | |
| Fix Version/s | 1.8.3 [ 10211 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19949 | Thu Dec 10 15:45:41 MST 2009 | judy.guglielmin | |
| Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/panelpopup/PanelPopup.java
MODIFY
/icefaces/scratchpads/glimmer/compat/component-metadata/src/main/resources/conf/ice_cust_properties/cust-panelpopup-props.xml
MODIFY
/icefaces/scratchpads/glimmer/compat/core/src/main/resources/META-INF/resources/ice-extras.js
MODIFY
/icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/panelpopup/PanelPopupRenderer.java
MODIFY
/icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/outputconnectionstatus/OutputConnectionStatusRenderer.java
|
| Attachment | popup.gif [ 12130 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Extra column added in
ICE-4700.