I just upgraded my 2.5 install and more things are broken then before. I can’t open any jQuery dialogs. The Source button does not work (the entry actually submits), the RTE Image button doesn’t work (same dialog issue).
When I hit return to start a new line of text I get the following error: Uncaught TypeError: Object #<Object> has no method ‘is’, which is in this area of code:
query: function(){
return this.is('unorderedList');
Uncaught TypeError: Object #<Object> has no method 'is' (repeated 7 times)
}Also get this error: https://skitch.com/litzinger/8ij3g/edit-entry-expressionengine
Most of the errors are cleared up, but I still get one when clicking the image button:
file_manager_obj.dialog("open");
Uncaught TypeError: Cannot call method 'dialog' of undefined (repeated 2 times)
trigger_callback = function(file) {
callback.call(that, file, field_name);
};Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.