MyBB Community Forums

Full Version: Textbox Display Problem (Screenshot Attached)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Note: Fix posted below.

Browser: IE9 - (problem specific only to IE)
O/S: Win7 x64
MyBB Version: 1.6.6
Board URL: The board isn't online right now, still getting it ready.

See attached screenshot. This problem appears on the New Thread page (same as the one I'm typing on now, yet for some reason the issue doesn't happen here?)

For those experiencing the same issue, here's the fix:

Open /jscripts/editor.js

Locate this section:

if(!w || parseInt(w) < 400)
{
w = "400px";
}

And replace 400 with 500 or 550.