Closed (fixed)
Project:
CKEditor for WYSIWYG Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2013 at 22:02 UTC
Updated:
6 Sep 2013 at 22:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks for the report. I've been seeing this happen in the normal Panels interface and in Views. Really it's any time the editor is loaded in a CTools dialog I think. What seems to be happening is that CKEditor is loading non-existent configuration files when being displayed in a dialog. It tries to execute the returned page (usually a 404 page) as JavaScript, which then errors out.
Comment #2
quicksketchThis patch corrects the problem in my testing. Please reopen if this problem still occurs after applying the patch. I've committed this fix to the 7.x-1.x branch.
Comment #3
quicksketchComment #4.0
(not verified) commentedUpdated issue summary.