MyBB Community Forums

Full Version: Another image bug in editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
This will disable all paste format filtering but it will resolve the issue temporarily until MyBB 1.8.23:

In jscripts/sceditor/jquery.sceditor.bbcode.min.js find:

i=e.clipboardData;

replace with:

i=e.clipboardData;return;

Source: https://github.com/mybb/mybb/issues/4078
Pages: 1 2 3