Issue Details (XML | Word | Printable)

Key: CONF-7092
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: David Peterson
Votes: 2
Watchers: 3
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Confluence

Section/Column is broken for fixed-width columns

Created: 03/Oct/06 10:12 PM   Updated: 06/Nov/06 05:20 PM
Component/s: Macros -- General
Affects Version/s: 2.2.9
Fix Version/s: 2.2.10

Time Tracking:
Not Specified

Issue Links:
Cause
 
Duplicate
 

Participants: Agnes Ro [Atlassian], Amos Hayes and David Peterson
Since last comment: 2 years, 37 weeks, 3 days ago
Resolution Date: 16/Oct/06 12:11 AM
Labels:


 Description  « Hide
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...



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Amos Hayes added a comment - 05/Oct/06 10:47 PM
Agreed. px or % should be respected by the column macro.

Agnes Ro [Atlassian] added a comment - 16/Oct/06 12:01 AM
Oh.... Sorry guys... I'll look into it right away.

Agnes.


Agnes Ro [Atlassian] added a comment - 16/Oct/06 12:11 AM
Fixed for the next point release.

Agnes.


David Peterson added a comment - 16/Oct/06 12:27 AM
Excellent - thanks.

Amos Hayes added a comment - 16/Oct/06 12:29 AM
Super! Thank you.