I have been using drupal 6.x since it came to live as a stable release. But a couple hours ago I update to drupal 6.12 and everything seems ok, but i get into a large menu list (admin menu page) and in the moment to exit this page the mozilla stop all for some seconds (about 30 sec.) and appear a pop up warning like you can see in the image attached.

Something about a large scrip that not responding. I thought it was the external link module (http://drupal.org/project/extlink) because it manipulate the links with jQuery, and i inactived this module, but the warning appear again.

With the previous used version of the drupal, the warning didn´t appear

CommentFileSizeAuthor
error.gif56.13 KBneopulse

Comments

EvanDonovan’s picture

This is caused by the tabledrag.js which makes the menu items draggable. It doesn't scale well to really big menus, I have found.

There are two ways to solve this:

1) Override the theming of the admin/build/menu page so that the tabledrag.js is not being included.
2) Disable Javascript when viewing that page.

The problem, of course, with either of these ways is that then you would have to use weights to order the menu items, as you did in Drupal 5.

abaddon’s picture

Assigned: neopulse » Unassigned
Status: Active » Closed (duplicate)

try this http://drupal.org/project/tiny_menu_editor as it has a fix for this issue

however this problem is really about formapi and weight fields scaling up, ive posted a separate issue: http://drupal.org/node/941310