Closed (fixed)
Project:
Panels Style Collapsible
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Nov 2011 at 16:35 UTC
Updated:
3 Oct 2012 at 13:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Vote_Sizing_Steve commentedForgot the attachment. Great module! ... by the way.
Comment #2
beltofteComment #3
cesareaugusto commentedI got the very same issue. No pane custom CSS properties output in the HTML tag. Anynews whether it will be fixed soon?
Comment #4
phayes commentedYup, we're seeing this too. We should be adding all classes to the containing div. Might be useful to look at other style plugins to see what they are doing to add these classes.
Comment #5
Simmol commentedI found this bug today in one of our projects. And i think i found a good solution.
So i made a patch
The patch just pass the pane to the theme_panels_style_collapsible then we modify the theme function to add css_id and css_style if provided to the main pane div
Hope it will be useful for others too
Comment #6
beltofteThanks Simmol for the patch :-) Made some small changes and comitted it.