I installed 5RC1 on my site - it mostly works great except that I am noticing that when I edit a page or blog entry (?q=node/XXX/edit) I no longer see clickable menu, comment, url path settings. These sections appear below the title and the body but they are not clickable and do not show the various options that they used to show.

I notice that they do show up on the demo site (http://drupal5-0.highervisibilitywebsites.com/?q=node/XXX/edit) but not on my database.

Comments

nawaaz_ahmed’s picture

Seems to be intermittent, may be a browser bug? Killing and restarting Mozilla Firefix seemed to fix this.

dww’s picture

Project: Project issue tracking » Drupal core
Version: 5.x-2.x-dev » 5.0-rc1
Component: User interface » theme system
Assigned: Unassigned » dww
Category: bug » support
Status: Active » Fixed

a) this bug has nothing to do with the "Project issue tracking" module, so i'm moving it to a more appropriate place.

b) this bug is almost certainly caused by using a 4.7.x-compatible theme on a 5.x site. the way we load the javascript in themes changed between these two versions of core, and it's the javascript that makes the collapsible fieldset stuff work. see http://drupal.org/node/64292#drupal-add-js in particular.

so, this is really a support request, and the solution is easy: use a 5.x-compatible theme with your 5.x site. ;)

cheers,
-derek

Anonymous’s picture

Status: Fixed » Closed (fixed)