Hi,
When my editor is loaded, and I look at the HTML that's being created by the javascript, I noticed that the editor is loaded inside <span> tags, but when I look on the CKEditor website, I see that the editor creates a <div>. Why does this happen? Can I change it somewhere, so that the CKEditor always creates a <div> to put the editor in?
Here is a screenshot to show what i mean. (this is CKEditor 4.0.2)
Mon, 04/08/2013 - 02:22
#1
Hmm... Don't know why your
Hmm... Don't know why your editor is using spans to create UI. We've been using them for a short time between CKEditor 4.0 beta and CKEditor 4.0 IIRC. No we're using them only on IEs. This is because some issues with focus/selectable or something equally weird. You may find more information here: http://dev.ckeditor.com/ticket/9571
Anyway, this is strange that on FF (I assume) you've got editor based on spans. What kind of editor is this? I mean - how do you create it?
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Hmm.. my bad. I was working
Hmm.. my bad. I was working with the CKEditor version to create an own skin.. now I updated to v4.1 I also get a <div> .. stupid me :p