Several Strange Bugs in 2.1.2

Has anyone else had these problem with 2.1.2?

#1:
I want to add multiple images to an item record. I usually see the green, "Add Input" button once I've added my first file, but all I am able to do from here is "Choose File". When I hit this button, it removes the first file I just selected.

#2:
I am using SimpleVocab and I am able to select my first term from the drop-down menu, but again, when I go to add another by clicking the green, "Add Input" button, it just saves the record instead and takes me back to the admin page.

#3:
When I create pages in ExhibitBuilder, I select style #1 which is the template for a page of text. The text extends to the very edge of the left side of the div and I cannot seem to get it to have any sort of left margin in the public view.

#4:
When on the admin side of ExhibitBuilder, I was attempting to delete a page by clicking the "X" under the "Pages" heading. There are two X's for each page, and click them does absolutely nothing.

Any ideas for what may be wrong? It's all very strange...

Those all seem like the kinds of things that would be caused by javascript errors. If these started happening right after you upgraded to 2.1.2, my first guess is that some of the files didn't transfer correctly. I'd try reuploading the admin/themes/default/javascripts folder and all its files.

Hello again,

I apologize for the delay in my response!
I just attempted to reupload the files in the folder that you had specified, but the problem persists.

Is there another place that I should look?

Thanks for your help

Next diagnosis step is probably to check if there are specific javascript errors. If you use Google Chromium, open Tools -> Javascript console. That'll give a panel that shows more javascript info. (Other browsers have something similar). Could you try opening that and then doing some of the tasks you describe, and pasting in any messages that come up there?

Thanks for responding.
Below is the list of issues with the corresponding error message taken from Google Chrome/Tools/Javascript Console/Console. (I hope that is the right tab that you need to see)

#1:
I usually see the green, "Add Input" button once I've added my first file, but all I am able to do from here is "Choose File". When I hit this button, it removes the first file I just selected.

Error:
Uncaught TypeError: Object #<Object> has no method 'enableSorting' 11578:187
(anonymous function) 11578:187
x.event.dispatch jquery.js:5116
v.handle

#2:
I am using SimpleVocab and I am able to select my first term from the drop-down menu, but again, when I go to add another by clicking the green, "Add Input" button, it just saves the record instead and takes me back to the admin page.

Error:
Uncaught TypeError: Object #<Object> has no method 'enableSorting' 11578:187
(anonymous function) 11578:187
x.event.dispatch jquery.js:5116
v.handle

#3:
When I create pages in ExhibitBuilder, I select style #1 which is the template for a page of text. The text extends to the very edge of the left side of the div and I cannot seem to get it to have any sort of left margin in the public view. The error message appears on the admin page where you edit exhibits.

Error:
Uncaught TypeError: Cannot call method 'apply' of undefined globals.js:121
Omeka.runReadyCallbacks globals.js:121
(anonymous function) 11:264
c jquery.js:3074
p.fireWith jquery.js:3186
x.extend.ready jquery.js:433
q

#4:
On the admin side of ExhibitBuilder, there are two X's for each page I created, and clicking them does absolutely nothing.

Error:
Uncaught TypeError: Cannot call method 'apply' of undefined globals.js:121
Omeka.runReadyCallbacks globals.js:121
(anonymous function) 11:264
c jquery.js:3074
p.fireWith jquery.js:3186
x.extend.ready jquery.js:433
q

Exactly the right info. Thanks!

Seems to confirm the files are all there, but something weird is happening with some of the data. I'm kinda grasping at straws here, but one guess is that somehow another plugin is creating problems. Might be worth trying deactivating other plugins to see if that makes the problem go away, and then we could figure out what the errant plugin is doing wrong.

Good morning, and thank you for your patient help with this.
You have helped me solve two of my issues, thank you!

I activated and deactivated each plugin, but I noticed that one (an earlier version of COins) may have been causing the trouble so I just got rid of it. The other plugins that I am actively using are Collection Tree, Simple Pages, Simple Vocab, and Social Bookmarking which are all fine now, with the exception of ExhibitBuilder.

The double X's on the admin side still do nothing and my text still sits on the left side of the div.
I still get this error message:
Uncaught TypeError: Cannot call method 'apply' of undefined
globals.js:121

Also, I re-installed ExhibitBuilder in hopes that my issues would go away, but no such luck..

Ok, I think I fixed one of the two issues.

I noticed that the version 2.1.1 was missing the "tests" folder so I just added it from version 2.1 and that got rid of the double X's. Now each page can be deleted or restored.

Now it's just the issue with the left div.