ICEfaces
  1. ICEfaces
  2. ICE-2227

scrollHeight, scrollWidth, and columnWidths not working as expected

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 1.7DR#1
    • Fix Version/s: 1.6.2
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      'scrollHeight' and 'scrollWidth' in <ice:panelGroup>, and 'scrollHeight' and 'columnWidths' in <ice:dataTable> do not accomplish their purpose of modifying the dimensions of these components and making them scrollable. The problem is just that the CSS rules aren't rendered with units (px or em), which causes the browsers to ignore them. This is how scrollHeight="50" in <ice:panelGroup> is currently being rendered:

      <div class="icePnlGrp" id="_id1:_id2" style="height:50;overflow:auto;">

      This is how it should be rendered:

      <div class="icePnlGrp" id="_id1:_id2" style="height:50px;overflow:auto;">

        Activity

        Arturo Zambrano created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 1.6.2 [ 10111 ]
        Assignee Adnan Durrani [ adnan.durrani ]
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Invalid [ 6 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Adnan Durrani [ adnan.durrani ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Arturo Zambrano
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: