EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: chrwei on October 07, 2014, 01:41:37 PM



Title: multiline textbox not line wrapping in IE11
Post by: chrwei on October 07, 2014, 01:41:37 PM
IE11, windows 7, for the textbox, the multiline option does not line-wrap long lines like it does on Chrome.  I tried all document emulation modes, same result. 

is this a known IE limitation?


Title: Re: multiline textbox not line wrapping in IE11
Post by: chrwei on October 08, 2014, 07:28:29 AM
found it. 

in Chrome the UA style-sheet's textarea "white-space: pre-wrap" overrides the easyui.css .textbox "white-space: nowrap;", but IE does not.

the solution is to add "white-space: pre-wrap;" to .textbox .textbox-text in the CSS.