When clicking the + to exapnd a menu the circle start to spin but stops w/o menu gets expanded. However, if I click the link to expand menu I can den collaps/expand the menu with +/-

Moreover, lets say I do the above first with Adminitration and then click Create Content to expand it, now again Aminitration doesn't expand when clicking +

This worked before but I think it changed not in the latest but the previous dev build.

Comments

nedjo’s picture

I updated the 5.x branch today and also posted a new stable release. Could you check if this is still an issue for you with each of those versions?

vikingew’s picture

Installed the latest stable and still an issue. I don't hold it unlikely this actually can be a local (browser/pc) issue of some kind, I will do some tests from others and see. It seem like its "trying" to do what it's supposed to (the wheel spins) but the menu doesn't expand unless link clicked first.

I will have some lunch and investigate further then.

clivesj’s picture

I had this same problem:
http://drupal.org/node/155240

It was solved as follows:
To start with: I had a lot of trouble with JSTOOLS with PHP5.x.x.
After I switched back to PHP 4.7.7 the module worked much better.

But more important:
Check your menu structure. If there is a problem here, like a child menu with a path pointing to nothing, this will give this problem. In my structure I had one parent-child like that. After fixing this the menu worked OK again