When I enter a line like aaaaaaaaaaaaaaaa.....aaaaaa
with no spaces in between, TinyMCE editor will create a scroll-bar automatically. How do I make it go to the next line instead? With spaces between words, TinyMCE wraps fine. This is how MS Word work开发者_开发技巧s for example. I think this feature is called Text-Wrap?
Looks like you will have to do something on your own. You could check for the paragraph width and if it overflows a predefined value you could insert a space before the next a.
精彩评论