When using DHTML Menus together with this theme IE reports "Error on page"
Line: 32
Char: 9
Error: Object doesn't support this property or method
Code: 0

When this occurs inputfields for text are minimized in size.

Any ideas are welcome :-)

roald

Comments

roald’s picture

Forgot to mention: Both IE6 and IE7

Jeff Burnz’s picture

Do you get the same message with other themes?

roald’s picture

I don't get the problem in Garland, but I do in Bluemarine...

bekirdag’s picture

i have the same problem

bekirdag’s picture

ok, i have a solution for this. inspired by: http://drupal.org/node/282284

i have changed the line

id = $(this).parents()[0].id.replace('menu-', '');

to

var id = $(this).parents()[0].id.replace('menu-', '');

in dhtml_menu.js at line 23.

by the way i am using drupal 5.x and dhtml_menus 5.x-1.3, so it may not work in drupal 6, haven't tried that, but the idea is the same.

Jeff Burnz’s picture

Status: Active » Closed (duplicate)