I've just noticed that Ckeditor only finds the first contenteditable=true div in Chrome v24 in the supplied sample, samples/inlineall.html.) . v4.01 rev. d02739be4b.
Interestingly, the online demo on the site works perfectly w/Chrome v24.. I've looked and looked but can't seem to find the difference.
BTW - Ckeditor (and in particular inline editing) is just an outstanding offering! Greatly appreciate all the effort required to develop such an incredible product.
Did you download one of the
Did you download one of the presets (Basic, Standard, Full) or was it a custom build? I have just tried that with CKEditor 4.0.1 (revision d02739be4b), Standard preset, and everything works correctly just like on our demo site.
Are you getting any JavaScript errors in the console?
Can you try again with a ready-made preset and if it works, attach the list of the plugins that you are using to rule out plugin incompatibility? Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Found the answer
Thanks for pointing me in the right direction!
It was an error in my config.js that caused the issue, I added an extraneous quote mark at the end of the hex color code as follows:
config.uiColor = '#949AAA"' << here
Interestingly, this worked fine in IE7, 8 and FF but only added the first editor in Chrome in the inline editing mode.
Thanks, Anna!
I'm glad to see this was
I'm glad to see this was solved. In all such cases it is always advisable to try the demo/ fresh standard install samples first and start investigating from there.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!