-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
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:
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...
- is caused by
-
CONFSERVER-6717 Column widths specified without % render as pixel length in IE but percent in Firefox
-
- Closed
-
- is duplicated by
-
CONFSERVER-7173 In the column macro, do not add the % symbol to the width when the user has specified "px" for pixels
- Closed