Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 09:46 UTC
Updated:
13 Apr 2009 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcmarco commentedMore information:
If there is an argument defined then there is a left-container with the summary of context,
and there is not css render problems with divs.
But if there is not argument defined there is not any left-container and the layout is broken.
It is possible that this bug was from Panel 3.x
Comment #2
jcmarco commentedComment #3
jcmarco commentedThe issue was in context.theme.inc (where else!!)
If there is no output it returns nothing. Breaking the right-container float: right.
Now it returns an empty table, but it returns a div region that allows that div tables renders fine.
It is just an UI issue
Kudos for this so beast module.
Comment #4
jcmarco commentedComment #5
merlinofchaos commentedOk, the principle looks good. The code style is wrong (the ternary operator should have spaces around each operator).
Comment #6
jcmarco commentedYou are right.
Thank you.
Comment #7
merlinofchaos commentedCommitted. Thanks!