I have IMCE enabled for use with FCKEditor for inline image uploading. When it's enabled, I cannot see the FileBroswer on the edit page. When I disable IMCE for FCK, the FileBrowser is visible. Seems like there is a conflict.

CommentFileSizeAuthor
#7 fix-onload-events.patch1.24 KBMoxide

Comments

robmilne’s picture

It does seem that way but i am unfamiliar with IMCE. Further investigation is required.

alphageekboy’s picture

Version: 5.x-1.2 » 5.x-1.5
Priority: Normal » Critical

I have a similar issue that happens if I enable WYMEditor 5.1x. If it is disabled then I see the file browser window for WebFM in the content editing page. However, once I enable WYMEditor then I do not see anything in the file browser drop-down. I'm not sure if is a problem with WYMEditor or WebFM.

alphageekboy’s picture

Category: bug » support
robmilne’s picture

http://drupal.org/node/133790 indicates that this issue wrt WYMEditor is resolved. I still haven't found time to look at IMCE.

gmclelland’s picture

FYI.. I have the same problem with IMCE.

glottus’s picture

I have the same issue, which is a shame because I liked what I saw of the WebFM interface. I really could use a way for admins to upload multiple files, rearrange them, give them metadata, and especially attach them to multiple nodes.

IMCE sort of allows some of this, and since I need it to allow easy inclusion of pics in my node fields for the end user, I'll have to choose IMCE over WebFM. I would really benefit from being able to use both, however.

Moxide’s picture

Status: Active » Needs review
StatusFileSize
new1.24 KB

Hello,

Webfm uses the "old" method to bind the window's onload event.
It seems to erase the onload events which are bound using the newer JQuery method : $(window).load( function {} ).

This patch makes Webfm use the JQuery method and, at first sight, fixes the conflict with IMCE.

Regards.
Moxide

robmilne’s picture

Brilliant! Thanks a lot. I'm not an imce or fck user but I've loaded those modules and they seem to be functioning fine along side WebFM. One more argument for integrating my module into the jquery framework.

robmilne’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)