Closed (duplicate)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2008 at 14:22 UTC
Updated:
28 Aug 2008 at 12:51 UTC
fckeditor.module version 6.x-1.3-rc1, line 819 should read:
$element['#suffix'] .= $js_id .".Config['LinkBrowserURL']= '". $host ."?q=imce&app=FCKEditor|url@txtLnkUrl';\n";
not
$element['#suffix'] .= $js_id .".Config['LinkBrowserURL']= '". $host ."?q=imce&app=FCKEditor|url@txtUrl';\n";
Credit goes to a friend for finding this.
Comments
Comment #1
wwalc commentedCan't check it at this moment, but please take a look whether we are talking about the same thing: #289205: IMCE integration issue (url@txtUrl/txtLnkUrl).
(check out the attached patches).
Comment #2
Jorrit commentedwwalc is right. What we could to to fix it in the meantime is to not use IMCE for the link browser at all, but keep the built-in browser for link browsing even when IMCE is selected.
Comment #3
wwalc commentedLet's mark it as a duplicate of #289205: IMCE integration issue (url@txtUrl/txtLnkUrl).