After upgrading from 7.x-1.1 to 7.x-1.2, none of the buttons in the tool bar appear when browsing the server.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ufku’s picture

Category: bug » support
Priority: Critical » Normal

Make sure it's not a theme issue.

peter-boeren’s picture

I had the same issue. In my case it was also theme related. An certain script I wrote contained errors and preventing IMCE-scripts to execute. If you have firebug installed you can test this very easily by copying the url of the imce popup in a normal browser. If firebug detects errors you know you have the same problem.

An other easy way to make sure that is theme related is by switching to garland and see if the problem continues. If so then it is not theme related.

lee20’s picture

Version: 7.x-1.2 » 7.x-1.x-dev

I have this same issue except only in IE and it's not theme related. I'm using Seven as the admin theme and I checked for javascript errors.

When the dialog opens for selection a file, the only button that I see in IE is "Insert File". The Upload, Thumbnails, Delete, and Resize buttons are missing. When I change to Compatibility Mode, the buttons show up as they should.

This occurs in IE8 and IE9 but works fine in IE7.

After further investigation, the buttons are not missing. It is an issue with the dialog. If you resize the dialog window the buttons are there. But when the dialog opens the view seems to be aligning to the right and the buttons are hidden to the left.

lee20’s picture

Status: Active » Needs review
FileSize
565 bytes

It actually was a theme issue for me. The Seven theme was setting a min-width on the body tag.

Attached is a patch that fixes the issue for any theme that sets a min-width on the body.

capmex’s picture

I got this same issue after enabling the Clientside Validation module for all forms. I fixed it by adding imce path wildcard to the include/exclude paths of that module.

codesmith’s picture

Version: 7.x-1.5 » 7.x-1.x-dev

I've lost the tool bar too. I am getting a javascript error:

TypeError: 'undefined' is not an object (evaluating 'this.data['forms']')

I saw the thing about ThemeKey and installed it and set it up and verified the "seven" theme is selected. Same issue though - js error.

EDIT It is the Clientside Validation module - upgrading from 7.x-1.31 to 7.x-1.34 breaks the toolbar. Looks like it's fixed in the latest dev:

http://drupal.org/node/1714174

codesmith’s picture

Version: 7.x-1.x-dev » 7.x-1.5
Status: Needs review » Active
cajinx’s picture

Version: 7.x-1.x-dev » 7.x-1.5
Priority: Normal » Critical
FileSize
165.77 KB

I am having this problem too. I am not using the Clientside Validation module, and have not made any changes to the site. However when I tried to add content and use IMCE to add an image I have no toolbar. I even uploaded the latest dev version, still no toolbar. I looked at everything in Firebug- and there is no error showing, and nothing listed in the "op-items" list. I dont know where else to check- but it was working last week, and today, broken. Any suggestions would be very welcome! I love this module and use it all the time (I am using it with CkEditor standalone, if that helps.)

Thank you!

cajinx’s picture

As a test I have disabled ALL modules outside core- and allowed CKeditor, IMCE, and I still have no toolbars! Any help??

peter-boeren’s picture

Have you tried to switch theme back to garland? Now you ruled out a module problem, but it can also be a
JS-problem in the theme.

  • thalles committed c720168 on 7.x-1.x authored by lee20
    Issue #1050244 by lee20, cajinx, irritare: File tools don't appear after...
thalles’s picture

Category: Support request » Bug report
Issue summary: View changes

Fixed indev branch!

thalles’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.