Closed (fixed)
Project:
Drupal Association Project(s)
Version:
7.x-1.x-dev
Component:
Drupalcon websites
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
18 Mar 2013 at 20:59 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stephelhajj commentedthis.
Comment #2
drummComment #3
drummOur fork of cod_support, codzilla, was still requiring the admin module, which is redundant with admin_menu and causing a JS error that broke all the JS in the admin area. admin has been uninstalled on Portland and Prague.
Comment #4
stephelhajj commentedAh, codzilla. Teh beast.
Well, the backend is noticeably faster (huge relief, thank you!) but I just tried to update the sessions view (data export) and got the same script explosion. The admin top level still isn't visible from the homepage at http://portland2013.drupal.org..
Popups are also missing the drag+drop and autofilter functionality I love... is there a way to get that stuff back up + working?
Comment #5
drummFeatures is turning the thing back on. I'm deleting it so it can't.
Comment #6
stephelhajj commentedstill getting the script error whenever i open a popup in a view - whether i click apply or cancel. (see comment 1 screenshot)
Comment #7
drummOk, I think this may really be fixed now. The root cause was indeed moving the jQuery update from the theme to the properly-installed module. Now we have the updated jQuery on admin too, and some issues are still being ironed out.
I applied patches from #1802198: Views UI breaks with jQueryUI 1.8.2 and #1947438: Update jQuery UI to the latest version (1.10.2) to the live site. I tested drag & drop on popups, and it is working. I was never able to reproduce the "script explosion", if it still happens please post more details on how to reproduce it. I think we can live with the admin menu not showing in non-admin areas.
Comment #8
stephelhajj commentedIt was never anything special I did to get the script explosion. I'd open a view, go to edit it, and as soon as I tried to add or modify anything within the view *after* clicking away from the popup (either cancel or apply) the result was script explosion.
Seems to be working ok now - I was able to modify a few views successfully without trouble.