When using a flexible layout in a panel, options for editing are gone.

Additionally, adding custom content inside the panel's content WYSIWYG functionality are also gone and any collapsed fieldset is also collapsed and un-openable.

Comments

mikeytown2’s picture

Component: JS Compression » Code
mikeytown2’s picture

Title: CTools/Panels JS issues » AdvAgg, LABjs, CTools - JS Settings Issues

Need to look at these 2 functions more
ctools_ajax_page_preprocess
ctools_process_js_files

Created an issue for this #1149792: CTools - Allow ctools_ajax_page_preprocess to not be ran & added documentation to includes/ajax.inc

mikeytown2’s picture

Status: Active » Fixed
StatusFileSize
new1.51 KB

hook_advagg_js_header_footer_alter
hook_advagg_js_pre_alter
are the two hooks needed in order to replace ctools_process_js/css_files() functions.

committed this fix in order to allow better ctools modifications of the JS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mikeytown2’s picture

Status: Closed (fixed) » Active

eh still not fixed... waiting for the ctools patch to hit.

mikeytown2’s picture

Status: Active » Fixed

Now works with or without the ctools patch; without the patch, CToolsAJAX gets loaded twice in the footer settings.

mikeytown2’s picture

StatusFileSize
new8.05 KB

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.