Just upgrade a site from 4.6.8 to 4.7.5 to 5.0. I did extensive testing at 4.7.5 and had no issues. After upgrading to 5.0, I'm having a weird issue where the links for collapsible fieldsets on node edit forms are broken when I use https connections. Everything is fine when using http connections.
This problem only affects the node edit forms and happens with all themes. It does not affect collapsible fieldsets on admin pages, however. I'm having this problem with and without contributed modules enabled. The only contributed modules I'm currently running are:
securesite
securepages
tinyMCE
Of course, I do have a lot of database tables left over from 4.7.5 modules I haven't upgrade yet. But I don't think that's the issue. This doesn't happen on a clean install of 5.0.
I'm running PHP5, MySQL4.1, CentOS.
Comments
This could be a legitimate
This could be a legitimate bug - please post it to the issue queue under the "forms system" component for Drupal. It sounds like a problem with the javascript code, perhaps because it assumes that the url is "http://". Here's the link: http://drupal.org/node/add/project-issue
Browser caching seems to have caused the problem
Weird, but I cleared FF's cache and reopened the browser and it's working fine now. I was about to go batty as I've got other 5.0 sites running that haven't had this problem.
Sorry for the trouble. Maybe my browser was using the javascript from the 4.7 version of the site (which I had been using only with https://www.example.com). When I went to the 5.0 site with http, maybe it pulled the updated javascript file - but not for the 5.0 version using https.
-s
Sean Larkin
Thank you for documenting this
I just had to do the same thing to get those fieldset links to work again. :)