Hi
I have been looking into wysiwyg editors lately, to replace the ageing IE-only editor in our CMS system.
But, what puzzles me is why everybody are still using iframes when contenteditable is supposed to work cross-browser now?
I guess we might have slightly different requirements that most, in that we have relatively few users so we can require them to use an up to date browser, and that we want to edit multiple fields from one toolbar on top of the page, but still..
Our old editor uses contenteditable on divs and spans, and as far as I can understand, that makes working with existing page styles, and reflowing of text so much easier. We have tweaked the old editor to work with FF for now, but the codebase is just a horror, so we would really like to start afresh from some editor with a bit of momentum and community behind it, and preferably one built on a well known library such as jquery.
The strange thing is that it seems that every editor I have looked at just assumes that textareas and iframes are the only way to go, but I have not been able to find out why...