Active
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 09:48 UTC
Updated:
18 May 2012 at 16:21 UTC
Please correct me if I am wrong. Recently a was checking ctools_ajax_sample module and found such output by default:
div collapsed
So my first thought - that div originally should be hidden.
Than i checked module code:
$output .= theme('ctools_collapsible', array('handle' => $handle, 'content' => $content, 'collapsed' => FALSE));
So div should not be collapsed but it is.
Thanks.
Comments
Comment #1
tim.plunkett"needs review" is for when there is a patch.