I have a problem with FCKEditor and TinyMCE.
I need a WYSIWYG editor that doesn’t modify HTML when changing views (like fixing broken HTML etc.)
I have tried different configuration parameters, but none of them turn off html modification entirely.
Is there a WYSIWYG editor that doesn’t modify HTML even when its broken?
Very hardly. The actual WYSIWYG editing is done by components integrated in the browsers (Midas in Firefox, contentEditable tag in IE). In my experience, they all tend to auto-fix broken HTML as best as they can. All the WYSIWYG editors build around that functionality.
I think some degree of auto-fixing is kind of inherent to any WYSIWYG editor, because broken HTML can’t really be edited.
What are you trying to get around? Try to describe what your actual problem is and maybe somebody can come up with a different way.