Section/Column is broken for fixed-width columns

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Highest
    • 2.2.10
    • Affects Version/s: 2.2.9
    • Component/s: None

      It appears that in fixing CONF-6717 the ability to specify a fixed-width column is completely stuffed. For example, this used to work:

      {section} {column:width=200px}
      Stuff...{column} {column}
      Other stuff...{column}{section}

      This used to display the first column with a width of 200 pixels and the second column filling the remaining space on the page. Which is exactly what I want. However, in 2.2.9 this produces a table with the first column being set to 'width=100%' - not exactly what I was after.

      Why is it using the 'width' parameter at all. How about using 'style="width: xxx"' instead, which allows us to specify what units we want. If no unit value is specified add either '%' or 'px' and move on with life...

              Assignee:
              Unassigned
              Reporter:
              David Peterson
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: