This theme has a problem when opening IMCE file browser.
(Wysiwyg API, FCKeditor, IMCE API wysiwyg)
Can only use Upload and Send to fckeditor button.

/Ezac

Comments

agileware’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please post a screenshot of the problem?

scooper’s picture

Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new61.14 KB
new61.7 KB

I have the same problem as reported earlier. Two screenshots are attached -- how the file manager looks in Garland (correct), and what happens when I switch to the Contrast theme. With Contrast, only the first and last File Manager options are displayed:
Upload and Send to FckEditor. Contrast omits all the other options: Thumbnails, Delete, and Resize.

I looked at the code with Firebug --
Contrast Theme:

<div id="ops-wrapper">
<div id="op-items" class="clear-block">
<ul id="ops-list" class="tabs secondary">
<li id="op-item-upload">
<a href="#" name="upload">Upload</a>
</li>
<li id="op-item-undefined">
<a href="#" name="op-1">Send to FCKEditor</a>
</li>
</ul>
</div>

Garland Theme:

<div id="ops-wrapper">
<div id="op-items" class="clear-block">
<ul id="ops-list" class="tabs secondary">
<li id="op-item-upload">
<a href="#" name="upload">Upload</a>
</li>
<li id="op-item-thumb">
<a href="#" name="thumb">Thumbnails</a>
</li>
<li id="op-item-delete">
<a href="#" name="delete">Delete</a>
</li>
<li id="op-item-resize">
<a href="#" name="resize">Resize</a>
</li>
<li id="op-item-undefined">
<a href="#" name="op-4">Send to FCKEditor</a>
</li>
</ul>
</div>
scooper’s picture

Priority: Normal » Critical
scooper’s picture

Priority: Critical » Normal

I found a related issue with solutions posted:
See http://drupal.org/node/584952

agileware’s picture

Assigned: Unassigned » agileware
Category: bug » task

Incorporate the fix referenced.