Why where the "Cut/Copy/Paste" icons removed?
In version 1.20 the Cut/Copy/Paste icons where removed due to a security issue
in Mozilla and Firefox. If a function doesn't work in 2 out of 3 of the target
platforms it shouldn't be included in other words then it's not cross platform.
The keyboard shortcurts like Ctrl-X/C/V still works and allso the menu items for
these actions in the browsers "Edit" menu. It's only the icon shortcuts
that where removed. For more information about this security issue check bugzilla
at Mozilla.
Why doesn't MCE work in the Opera/Konqueror/Safari browser?
As long as these browsers doesn't support the execCommand and designMode specifications that Mozilla and MSIE does, it's not possible to do a WYSIWYG editor in JavaScript. But when these browsers do get that support we will begin the work on making the editor work on these aswell.
Why is content sometimes duplicated for example when I copy/paste from Word?
This bug occures when the HTML is not correctly formatted, this is a MSIE bug. It happens when the HTML code contains "<b/>" or nestled paragraph elements "<p><p>x</p></p>" this produces a incorrect DOM tree and incorrect output on innerHTML. If anyone have a solution for this problem please let me know.
Why isn't there a color picker and/or a font selector?
There is no need for a color picker or font selector in TinyMCE due to the fact that it would break the layout standards of the site/system implementing it i.e. it would be to loose. Font and colors can be applied by using the CSS classes instead.
Why doesn't the undo/redo menu items in Mozilla function?
This is becurse the "custom_undo_redo" option is enabled, that option overrides the keyboard shortcuts and the buttons available in the command toolbar. But there currenly no way to override the build in undo/redo menu items.