Closed (outdated)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2011 at 03:04 UTC
Updated:
14 Jul 2026 at 01:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wjaspers commentedComment #2
wjaspers commentedComment #3
jastraat commentedNote: I'm using a copy of the latest -dev of both panels and ctools with the 3 patches related to this issue from ctools and panels.
Get the following error when trying to use the CSS3 Region style:
* Notice: Undefined index: border in panels_region_css3_style_settings() (line 70 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: text_font in panels_region_css3_style_settings() (line 73 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: box_shadow in panels_region_css3_style_settings() (line 79 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: transform in panels_region_css3_style_settings() (line 82 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: opacity in panels_region_css3_style_settings() (line 85 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: columns in panels_region_css3_style_settings() (line 88 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: text_shadow in panels_region_css3_style_settings() (line 91 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
* Notice: Undefined index: box_resize in panels_region_css3_style_settings() (line 94 of /public_html/sites/all/modules/panels/plugins/style_bases/region/region_css3/region_css3.inc).
Also get an error when attempting to use the CSS3 Rounded Box style for panel panes:
* Notice: Undefined index: box_shadow in panels_pane_css3_style_settings() (line 89 of/public_html/sites/all/modules/panels/plugins/style_bases/pane/pane_css3/pane_css3.inc).
* Notice: Undefined index: transform in panels_pane_css3_style_settings() (line 92 of /public_html/sites/all/modules/panels/plugins/style_bases/pane/pane_css3/pane_css3.inc).
* Notice: Undefined index: opacity in panels_pane_css3_style_settings() (line 95 of /public_html/sites/all/modules/panels/plugins/style_bases/pane/pane_css3/pane_css3.inc).
* Notice: Undefined index: columns in panels_pane_css3_style_settings() (line 98 of /public_html/sites/all/modules/panels/plugins/style_bases/pane/pane_css3/pane_css3.inc).
* Notice: Undefined index: text_shadow in panels_pane_css3_style_settings() (line 101 of /public_html/sites/all/modules/panels/plugins/style_bases/pane/pane_css3/pane_css3.inc).
* Notice: Undefined index: box_resize in panels_pane_css3_style_settings() (line 104 of /public_html/sites/all/modules/panels/plugins/style_bases/pane/pane_css3/pane_css3.inc).
Comment #4
lsolesen commentedWhat is the state of this style base?
Comment #5
wjaspers commentedWill re-build this patch sometime this week/weekend.
Comment #6
lsolesen commentedYou ever gotten around to rebuild the patch?
Comment #7
wjaspers commentedWow; looking back at my prior patch(es) on this....Blech.
I also noticed that this patch is entirely dependent on stylizer options that I tried to introduce by hacking the hell out of it, rather than altering the stylizer form. Such is the learning curve of Drupal.
In further thought about how this works, a solid theme will be able to accomplish the necessary things by not even using the stylizer--however, that is not to say these options are useless--they're more useful to someone with less themeing capability.
With that said, I can either a) introduce a patch that makes these style bases available in panels (and create a new patch for the stylizer and wait for it be accepted/rolled-in), or b) turn it into a contrib module (and attach the stylizer functionality via a form alter).
Comment #8
japerryDrupal 7 is no longer supported, closing.