![]() |
[Pushed] MyBB 1.8.20 Editor Is Too Small - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Pushed (https://community.mybb.com/forum-183.html) +----- Thread: [Pushed] MyBB 1.8.20 Editor Is Too Small (/thread-222096.html) |
MyBB 1.8.20 Editor Is Too Small - Serpius - 2019-02-25 The editor in MyBB 1.18.20 somehow has gotten smaller and the editor menu bar is now split into 2 lines instead of the usual single line. (this is even AFTER I pulled the box to be bigger using the lower right-hand corner enlarger arrow) Review the screenshot for clarification. (if this is in the wrong forum, please move it to the correct forums, thanks!) RE: MyBB 1.8.20 Editor Is Too Small - effone - 2019-02-25 Its the sceditor-container that having inline fixed 500px width.The mybb theme of the editor having declaration to stretch the container to 100%, but the default theme which is lacking that line, and default theme is applied here ...
RE: MyBB 1.8.20 Editor Is Too Small - Eldenroot - 2019-02-25 Ok, so this is related to mybb 1.8.20 update - RE: MyBB 1.8.20 Editor Is Too Small - effone - 2019-02-25 Yes. Euan updatrd SCEditor. I guess thats the cause - updated editor CSS. RE: MyBB 1.8.20 Editor Is Too Small - Eldenroot - 2019-02-25 So open a ticket ![]() RE: MyBB 1.8.20 Editor Is Too Small - effone - 2019-02-25 Need to check if its just this forum or the problem is in the package... RE: MyBB 1.8.20 Editor Is Too Small - effone - 2019-02-25 Alright, all themes are having the same issue other than "buttons" theme & "mybb" theme. For consistency and optimality, this CSS can be added globally, once to affect all and any editor theme ... RE: MyBB 1.8.20 Editor Is Too Small - effone - 2019-02-25 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/3583 Thanks for contributing to MyBB! Regards, The MyBB Group RE: MyBB 1.8.20 Editor Is Too Small - Euan T - 2019-02-25 Sorry, I must have missed this during testing somehow. Good thing we caught it before release ![]() RE: MyBB 1.8.20 Editor Is Too Small - Serpius - 2019-02-26 (2019-02-25, 07:19 PM)Euan T Wrote: Sorry, I must have missed this during testing somehow. Good thing we caught it before release You mean... me. ![]() |