I noticed today that in Mybb 1.8 the option enablePasteFiltering is not true in SCEditor...
In plugin of SCEditor for Mybb 1.6 created by author of SCEditor this option is enabled.
https://github.com/samclarke/SCEditor-My...er.js#L381
I believe that this option reduce issue with paste actions.
What SCEditor documentation said about enablePasteFiltering:
http://www.sceditor.com/documentation/options/
In plugin of SCEditor for Mybb 1.6 created by author of SCEditor this option is enabled.
https://github.com/samclarke/SCEditor-My...er.js#L381
I believe that this option reduce issue with paste actions.
What SCEditor documentation said about enablePasteFiltering:
Quote:enablePasteFiltering bool Defaults to false
If to enable paste filtering. When text is pasted it will be filtered through any plugins.
With the BBCode plugin this will cause any HTML without a valid BBCode to be stripped.
http://www.sceditor.com/documentation/options/