ICEfaces
  1. ICEfaces
  2. ICE-9571

ace:dataTable - Scrollable table headers collapsing after page change

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA, EE-3.3.0.GA_P01
    • Fix Version/s: 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Chrome, Firefox
    • Assignee Priority:
      P1
    • Salesforce Case Reference:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Set the nohiddencheck parameter to false

      Description

      A scrollable ace:dataTable is also set to use pagination. When the user selects a new page the header cells get collapsed to the left of the table. This is reproducible only in Firefox and Chrome, IE10 seems to work fine same with IE10 compat mode. What seems to be the main cause is the usage of the following context parameter:

          <context-param>
              <param-name>org.icefaces.ace.datatable.scroll.nohiddencheck</param-name>
              <param-value>true</param-value>
          </context-param>

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #41495 Thu Jun 19 10:33:18 MDT 2014 ken.fyten ICE-9571 - Modified to force a 100 millis delay before recalculating column widths (to allow for page layout to occur) when noHiddenCheck='true'. This spares the main/typical noHiddenCheck=false scenario from being impacted by any unnecessary delays.
        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 #38340 Wed Oct 02 15:49:33 MDT 2013 ken.fyten ICE-9571 - Lower delay to 0 millis to allow page layout to occur but minimize actual delay before recalculating column widths.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38042 Mon Sep 16 14:55:56 MDT 2013 nils.lundquist ICE-9571 - Added delay to all scrollable table sizing to fix Williams bug.
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js

          People

          • Assignee:
            Ken Fyten
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: