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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15015 Tue Oct 23 17:13:05 MDT 2007 adnan.durrani comments added to close the following JIRA ICE-2227. (scrollHeight, scrollWidth, and columnWidths not working as expected)
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-panelGroup-props.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15014 Tue Oct 23 17:12:42 MDT 2007 adnan.durrani comments added to close the following JIRA ICE-2227. (scrollHeight, scrollWidth, and columnWidths not working as expected)
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.6/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-panelGroup-props.xml

          People

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

            Dates

            • Created:
              Updated:
              Resolved: