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

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Normal
    • None
    • Affects Version/s: 6.0.0, 5.0.11
    • Environment:

      Firefox 11, Chromium 18, Ubuntu 11.04

    • None

      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

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

              Created:
              Updated:
              Resolved: