Force text wrap in plain text mode

knapplc

Active member
Can we make it so your text doesn't flow off the screen when you're in plain text mode, as it does here:

bErECSm.png


Whereas in Full Text mode, the text wraps and you can see what you're typing without scrolling:

RSpV8sF.png


It used to do this in the past, and sometime this year it changed to not wrap the text.

 
I guess I haven't noticed this happening. For me, it wraps at the end of the window even if that is in the middle of a word. Could it be an issue with the browser? Windows 8/Chrome works fine.

 
Last edited by a moderator:
Both are from desktop. I use Firefox, both on a PC and a Mac, and it does it on both. The pics are small because I shrunk the window. Figured you wouldn't want a 22" screenshot.
default_biggrin.png


 
Last edited by a moderator:
Thinking, then, that it is a browser issue. Mavric says it doesn't happen in Chrome, and it doesn't happen in IE 11, so I think there may have been some update to Firefox that's causing it. Give it a try in Safari and IE and see what happens.

Also, what resolutions are you running?

 
After some searching, turns out this is a Firefox issue, post release 36.0. They're on 39.x right now, and still no fix. Way to be, Mozilla.
default_hmmph.gif


 
Not sure what you need to do but if you type in "regular" mode does it do the same thing? Maybe type in regular mode then switch it to do any editing?
default_dunno.gif


 
Hey, what do you know!

It would be great if you can convince the site to change this to:<textarea id="main_description" name="b[description]" style="white-space: pre-wrap;" class="editor field"></textarea>
Looks like we can change that. Try now.

It also sounds like it's this CSS that is wrong, not Firefox -- hence why no change will be forthcoming:

There is always pain when sites rely on nonstandard browser behaviors because sooner or later, those behaviors will change, assuming browser makers continue to make progress toward supporting standards
 
Last edited by a moderator:
Back
Top