EasyUI Forum
May 05, 2024, 03:55:45 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: multiline textbox not line wrapping in IE11  (Read 10142 times)
chrwei
Full Member
***
Posts: 219


View Profile Email
« 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?
Logged
chrwei
Full Member
***
Posts: 219


View Profile Email
« Reply #1 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. 
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!