MyBB Community Forums

Full Version: Missing font size in SCEditor drop-down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The drop-down list in SCEditor shows only font sizes 1-6 instead of 1-7.

Possible fix: In jscripts/bbcodes_sceditor.js find (line 133)
for (var i=1; i < 7; i++)

change to
for (var i=1; i < 8; i++)
Can confirm, the size "xx-small" is missing.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/837

Thanks for contributing to MyBB!

Regards,
The MyBB Group