This bug appears on localized menus, with cyrillic or other UTF-8 symbols in ID of <li> objects.
for patch I change this row in dhtml_menu.js:
document.cookie = 'dhtml_menu=' + menus + '; path=/';
to
document.cookie = 'dhtml_menu=' + escape(menus) + '; path=/';
than convert dhtml_menu.js to UTF-8 (not sure that its necessary).
I test modified script in last versions of Opera9, Firefox2 and IE7 - everything works right.
Comments
Comment #1
brmassa commentedGreen Mother,
fixed! thanks
regards,
massa
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.