Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.13
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2014 at 19:51 UTC
Updated:
9 Apr 2014 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Noyz commentedComment #2
John Carbone commentedSome thoughts... Are you seeing this happen anywhere else on your site? I happened to run into this same issue with fieldsets within the Views interface recently. Long story short, it turned out that the jQuery Update module was to blame. I ended up tossing jQuery Update and adding some code to only update jQuery within my custom theme, and not in the admin interface (the module will do it everywhere but the custom theme was not used on the admin side of the site).
Comment #3
deanflory commentedI too have resorted to disabling jquery_update due to lots and lots of issue across core and contrib modules.