Active
Project:
Javascript Tools
Version:
5.x-1.x-dev
Component:
Activemenus
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2007 at 01:34 UTC
Updated:
9 Aug 2007 at 18:39 UTC
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
Comment #1
nedjoI 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?
Comment #2
vikingew commentedInstalled 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.
Comment #3
clivesj commentedI 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