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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Calin Cosmin
created issue -
yip.ng
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 1.8.3 [ 10211 ] |
Mike Geier
made changes -
Attachment | popup.gif [ 12130 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |