Development

#2569 (sfNiftyPlugin - same-height issue)

You must first sign up to be able to contribute.

Ticket #2569 (new defect)

Opened 5 years ago

Last modified 5 years ago

sfNiftyPlugin - same-height issue

Reported by: busbyjon Assigned to: fabien
Priority: minor Milestone:
Component: plugins Version: 1.0.8
Keywords: sfNifty sfNifty Cc:
Qualification: Unreviewed

Description

When using the sfNiftty Plugin and wanting to bring units to the same height the "same-height" derivative doesnt appear to have any effect.

This can be fixed by changing linke 38 in /plugins/sfNiftyPlugin/lib/helper/niftyHelper.php to

    return "Event.observe(window, 'load', function(){Nifty('" . $elements . "','" . $options . "');}, false);";

instead of

    return "Event.observe(window, 'load', function(){Rounded('" . $elements . "','" . $options . "');}, false);";

the Nifty javascript function calls the "rounded" function, so there should be no effect in functionality.

Change History

02/23/08 03:51:01 changed by Carl.Vondrick

  • component changed from other to plugins.