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 ]
        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
        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
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        Adnan Durrani added a comment -

        We don't hard code any of the measurement unit to the rendererd HTML, as it can be changed based on the design. This attribute requires to the developer to specify a measurement unit along with the width and height (e.g.)

        <ice:panelGroup scrollHeight="50em" scrollWidth="20px" >

        I have added the comments to the TLD.

        branch-1.6 = revision: 15014
        trunk = revision: 15015

        Show
        Adnan Durrani added a comment - We don't hard code any of the measurement unit to the rendererd HTML, as it can be changed based on the design. This attribute requires to the developer to specify a measurement unit along with the width and height (e.g.) <ice:panelGroup scrollHeight="50em" scrollWidth="20px" > I have added the comments to the TLD. branch-1.6 = revision: 15014 trunk = revision: 15015
        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: