Closed (won't fix)
Project:
IMCE
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2010 at 00:01 UTC
Updated:
15 Mar 2011 at 07:17 UTC
When browsing for an image via the http://example.com/imce/browse prompt, there is no 'add' operation next to 'delete'. This prevents being able to add an image I've just uploaded, The same setup works when I use FCKeditor as my editor, however CKeditor does not.
Did some digging into imce_browse.js and found at line 63:
row.cells[4].innerHTML += imceVar['targetWin'] ? ' <a href="#" onclick="imceFinitor(this.parentNode.parentNode); return false;">'+ imceVar['addText'] +'</a>' : '';
Perhaps imceFinitor need to be edited?
Modules:
IMCE Wysiwyg API bridge: 5.x-1.x-dev
Wysiwyg: 5.x-2.1
IMCE: 5.x-1.3
Comments
Comment #1
ufku commented