Closed (fixed)
Project:
Panels
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2010 at 16:49 UTC
Updated:
16 Jun 2014 at 16:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
merlinofchaos commentedIt turns out lots of classes were broken on panes. This patch fixes that -- it is already committed.
I was not able to reproduce the error you got in #2. If you are still able to get this error after applying this patch (or updating ot latest CVS) please file an issue with the steps you went through to get it. Thanks.
Comment #2
xdunubx commentedI've updated Panels to the latest CVS version,
but I still get the 2nd error.
Steps to reproduce the error:
1. Create a new landing page with panels
2. Add a pane to the page
3. click "Finish"
Comment #3
merlinofchaos commentedWhat I meant was...file a separate issue. It's not practical to work on multiple separate problems in a single issue thread.
Comment #4
merlinofchaos commentedConveniently it seems someone else did: http://drupal.org/node/954492
Comment #6
amitaibuI think that this is still an issue.
In panels_render_pane() if we fallback to
return theme('panels_pane', $content, $pane, $display);then the $classes variable in the panels-pane.tpl.php has only "panel_pane".Comment #7
amitaibuMY bad -- it's zen_preprocess doing weird stuff on the classes array.
Comment #8
esmerel commentedComment #9
Alessandraaa commentedI have the same issue, how did you solve that?
Thanks
A
Comment #10
amitaibu> How did you solve that
I no longer use Zen, just ninesixty.