Posted by sheena_d on January 31, 2012 at 7:29pm
4 followers
Jump to:
| Project: | Fusion |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Bug reported by a customer on FusionDrupalThemes.com where the theme's non-responsive grid layout options were not being displayed after responsive layouts was disabled.
The attached patch corrects a bug in the theme_settings.php code for Fusion core. There was a slight syntax error in the creation of the non-responsive grid settings form item.
':input[name="responsive_enabled"]' => array('value' => 0)was changed to:
':input[name=responsive_enabled]' => array('value' => '0')| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| fusion-grid-settings-display-dynamically.patch | 756 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 0 pass(es). | View details |
Comments
#1
Hi Sheena!
I've tested the patch on IE7 and IE8 and it works.
Thanks, Gerhard
#2
This fix is included in Fusion 7.x-2.0-beta2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.