ICEfaces
  1. ICEfaces
  2. ICE-9351

ace:dataTable - scrollable column misalignment IE9 + fixed widths

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.3
    • Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      *
    • Salesforce Case Reference:

      Description

      The scrollable ace:dataTable when used with fixed column widths, in IE9 will be misaligned in horizontal space constrained situations.

      This is because layout is performed with 'table-layout:auto' which allows the browser to deviate from fixed widths, using them as a guideline to better layout its contents- the expected behaviour of the scrollable dataTable. However to work around an odd IE9 bug, the table is set into 'table-layout:fixed' after sizing to prevent off by 1px bugs from being introduced by table-layout:auto after we set what we know to be correct sizes. This use of table-layout:fixed throws off alignment because table-layout:fixed strictly follows the server side widths that were written to the TD elements and then deviated from when we evaluated out sizing.

        Activity

        Nils Lundquist created issue -
        Nils Lundquist made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Tyler Johnson made changes -
        Salesforce Case Reference 5007000000T8qdpAAB
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA [ 10572 ]
        Fix Version/s 3.4 [ 10770 ]
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 11382 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Nils Lundquist
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: