ICEfaces
  1. ICEfaces
  2. ICE-5062

ice:panelPopup header is rendered as a HTML Table with two columns <td> but it is not applied corectly custom style class

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major 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> ?

        Activity

          People

          • Assignee:
            Unassigned
            Reporter:
            Calin Cosmin
          • Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: