Download & Extend

Traditional grid settings not displayed in IE after responsive layouts is disabled.

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')
AttachmentSizeStatusTest resultOperations
fusion-grid-settings-display-dynamically.patch756 bytesIdlePASSED: [[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

Status:needs review» fixed

This fix is included in Fusion 7.x-2.0-beta2

#3

Status:fixed» closed (fixed)

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