Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jan 2013 at 08:33 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wwalc commentedThe attached patch will work better once the
onchangeevent will be available: http://dev.ckeditor.com/ticket/9794In the meantime the onchange plugin might be helpful.
Comment #2
wwalc commentedComment #3
nod_works great :) thanks a lot.
Comment #4
wwalc commentedThanks for reviewing ;)
http://drupalcode.org/project/ckeditor.git/commitdiff/a5eaedb
Comment #5
webchickJust tagging as part of the larger Edit module D7 backport; don't mind me. :D
Comment #6
brycefisherfleig commentedSadly, this patch seems to connected with my issue #1909150 -- full details on my setup there. If there is any content inside the underlying textarea, then the CKEditor instance will not appear, and I'm left with a regular textarea. I don't really understand what's going wrong, but I keep getting this error message on page load:
"Uncaught TypeError: Object # has no method 'editable' ckeditor.utils.js:93"
Line 92 in sites/all/modules/ckeditor/includes/ckeditor.utils.js references this issue number. I appreciate any help!
Comment #7
wwalc commentedOops, indeed it could not work with old 3.x, fixed:
http://drupalcode.org/project/ckeditor.git/commitdiff/9308f1e
Comment #8
brycefisherfleig commentedThat does seem to fix the error message, but doesn't resolve my other issue. I can't be certain my other issue was caused by this bug -- may well be another module or my custom code. Thanks for the prompt response!!