Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1040

Tablelayout wrong behaviour with colspan when number of rows is > 1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 6.0.0, 5.0.11
    • Firefox 11, Chromium 18, Ubuntu 11.04

      If I want a table formatted similar to the underneath one

      cs stands for colSpan
      +===========+=====+
      +cs=2       +cs=1 +
      +=====+=====+=====+
      +cs=1 +cs=2       +
      +=====+===========+
      

      when I use a tablelayout I get something like this

      +===========+=====+
      +cs=2       +cs=1 +
      +=====+=====+=====+
      +cs=1       +cs=2 +
      +=====+=====+=====+
      

      where the fourth and the third cell have the exact same width of the cells above them

            TonyQ TonyQ
            lsegafre lsegafre
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: