Active
Project:
Double Click
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 15:24 UTC
Updated:
17 Dec 2008 at 19:22 UTC
Not sure if this is a drupal core and/or javascript issue or not...
I've lost the ability to open ANY expandable menu (see attached image). I've recently upgraded to 5.12 but I tried going back to 5.10 and it didn't help.
I've also tried using Garland and that didn't help either.
What has gone wrong?!? Could it by jQuery Update? jstools? the base install?
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 1.png | 8.42 KB | mdowsett |
Comments
Comment #1
mdowsett commentedthis miraculously fixed itself
Comment #3
mdowsett commentedand now I did the update to 5.13 and then to 5.14 and all my drop-down arrows are all gone...I can't even open the 'Publishing Options' in a node edit...not good.
Comment #4
ultimateboy commentedPlease make sure that running the update did not unset your theme selection. If this is not the issue, examine what javascript files are being added to the page. The fieldset expansion is added by the misc/collapse.js file. Make sure that this js file is being loaded.
Comment #5
mdowsett commentedThe theme was still selected properly....and the misc/collapse.js file did load.
Here is a list of javascripts that did load:
any other ideas?
MANY thanks.
Comment #6
mdowsett commentedoh...and I did switch back to garland and it still had the same problem (so I figure it's not related to my theme)
Comment #7
mdowsett commentedi looked once again for the collapse.js script and it wasn't in my source code...but after a refresh, it was there...but the menus still weren't openable.
Any idea on what I can do? I'm REALLY stuck as I can't get to most Drupal options without those being able to be opened.
Comment #8
ultimateboy commentedAnother option is that a contrib module is adding a js file which has an error. When a js error is reached, depending on the browser you are using, no more js loaded. Therefore, if could be that an error is being reached before the execution of collapse.js. I am fishing here.. but it is a possibility. Try disabling modules one by one, starting with js tools.
Comment #9
mdowsett commentedI found it (before I got your most recent post). It was a conflict with Double Click. Any role that had it's admin settings enabled couldn't open the drop-downs....which is UID=1 by default.
It used to work....so I'm changing this issue to that module....I hope it's a bug...?