ICEfaces
  1. ICEfaces
  2. ICE-11292

ace:accordionPanel, unnecessary scrollbars appear when autoHeight="true"

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.2
    • Fix Version/s: EE-4.2.0.GA
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Any

      Description

      After fixes related to ICE-11280, vertical scrollbars appear in accordion panes when they don't seem necessary. This occurs when autoHeight="true", because, in this case, all panes are set an explicit height in pixels, which is the height of the tallest pane. The fix for ICE-11280 adds style="height:100%;" to the inner content div. Thus, no matter what height is set, the scrollbars will always appear because the inner content node will take the same height plus the padding and border.
      1. horizontal.PNG
        49 kB
      2. vertical.png
        49 kB

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51513 Wed May 10 18:21:34 MDT 2017 art.zambrano ICE-11292 fix to prevent null pointer exceptions in cases where an accordion panel has only one pane
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/accordion/accordion.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51505 Wed May 10 13:57:19 MDT 2017 art.zambrano ICE-11292 fix to prevent vertical scrollbars from showing while applying effects
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/accordion/accordion.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51499 Tue May 09 14:26:01 MDT 2017 art.zambrano ICE-11292, ICE-10727 ace:dataTable, modified the adjust footer width function to allow making the footer shorter when resizing the window
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51498 Tue May 09 14:23:14 MDT 2017 art.zambrano ICE-11292 changed <li> elements for <p> elements with bvllet characters to avoid the issue of <li> elements taking the entire width and causing the horizontal scrollbars to appear
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/ace/emporium/src/main/webapp/WEB-INF/includes/about-tab.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #51448 Mon Apr 24 16:52:55 MDT 2017 art.zambrano ICE-11292 set overflow CSS property to hidden on the main content pane, since the inner content pane will now contain the overflow:auto; styling
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/accordion/AccordionPaneRenderer.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/readme.txt
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js

          People

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

            Dates

            • Created:
              Updated:
              Resolved: