I'm getting the following errors in the Firebug console when I first navigate to the design tab:
TypeError: jQuery(...).appear is not a function
TypeError: wptScrollContainer.spDisableSelection is not a function
And then I get this error anytime I scroll within the UI for the design tab:
TypeError: jQuery.cookie is not a function
It's the same for Chrome's console, with one difference. Chrome is catching this error, too:
Uncaught TypeError: Object function (e,t){return new x.fn.init(e,t,r)} has no method 'cookie'
wptRefreshTrashDropAreaPosition
OnHideDropCue
CMSExtendedControls.DragAndDropBehavior._hideDropCue
CMSExtendedControls.DragAndDropBehavior.drop
Sys.Extended.UI.IEDragDropManager._stopDragDrop
H.z.callBaseMethod
Sys.Extended.UI.GenericDragDropManager._stopDragDrop
Sys.Extended.UI.GenericDragDropManager._onMouseUp
(anonymous function)
g
jQuery appears to be loading just fine.
I disabled all of my scripts and seems to have fixed the problem with the UI. I'm going to enable them one by one now to see if I can narrow down which one it is.