Closed (won't fix)
Project:
Administration menu
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 10:06 UTC
Updated:
4 Dec 2008 at 23:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunPlease check your theme. DAM is heavily tested on Firefox 2 and 3.
My only guess is that your theme loads JavaScript files, but does not add Drupal.settings inline JavaScript to the page.
Also, please try whether clearing your browser's cache as well as restarting the browser helps. Firefox has some ugly caching bugs related to JavaScript sometimes.
Comment #2
claudiu.cristeaI have this in the page source:
It seems that Drupal.settings line is there.
Comment #3
sunSorry, I cannot think of another cause. If both the JavaScript and Drupal.settings are actually there, something else seems to hi-jack your JavaScripts. Try disabling other contrib modules to see who's guilty.
Comment #4
sunWithout further information, I'm obliged to mark this issue won't fix.
Comment #5
pyg77 commentedSorry to reopen but I've had exactly the same issue.
To reproduce :
Brand new Drupal 6.6
* menu_admin enabled : everything is fine
* Developper module enabled : everything is fine
* Theme developer 6.x-1.12 sub-menu enabled : when I click on any small arrow to dropdown (i.e) "Publishing options" on a node, the page scroll back to top and the dropdown doesn't dropdown
It seems that admin-menu is not compatible with latest theme developper submodule (?)
Comment #6
sunBetter title.
Comment #7
sunCould you please test whether devel_themer still breaks admin menu when using the latest development snapshot of admin menu?
Comment #8
pyg77 commentedI tried with the devel version of admin_menu released today, same error :
doc.body is null
e()jquery.js?l (line 13)
[Break on this error] eval(function(p,a,c,k,e,r){e=function(c){return(c
If I disable devel_themer, all is fine...
I'm surprised that no other people had the same bug, admin_menu and devel_themer are very usefull for each drupal install...
Did somebody experienced the same issue?
Comment #9
sunwell, after disabling admin_menu (this was probably the first time I disabled it) and keeping devel_themer enabled, I'm still getting the very same error when trying to open collapsed fieldsets. So this bug is not caused by admin menu at all. Hence, marking won't fix.