Closed (fixed)
Project:
Signwriter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 21:46 UTC
Updated:
28 Jul 2009 at 12:40 UTC
I couldn't get the menu hover to work until I changed the module lines 1314-1321 to be
$hover_profile = _signwriter_get_val($profile, 'hover_profile', 0);
if ($hover_profile) {
$attributes['class'] = $attributes['class'] ? $attributes['class'] . ' signwriter signwriter-hover' : 'signwriter signwriter-hover';
}
else {
$attributes['class'] = $attributes['class'] ? $attributes['class'] . ' signwriter' : 'signwriter';
}
otherwise it never writes signwriter-hover class
Comments
Comment #1
agileware commentedThis problem is resolved in the 6.x-2.x branch