I'm using Version 5.1
I want to prevent HTML being pasted into the editor so I have set
editor.EditorOnPaste = "PasteText"
In IE the paste works as I would desire it... HTML is pasted into the window as plain text.
In Moxilla I get a popup window which is (a) confusing and (b) means that the text is posted into the top of the window regardless of where the insertion point is. Is there a way to eliminate the popup window and have the same behavour as IE?
BTW the behavior is the same in 5.0.
Thanks
Andrew