EasyUI Forum
May 07, 2024, 12:12:28 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: A line-break bug in multiline textbox with version 1.4.1  (Read 15942 times)
aljcn
Newbie
*
Posts: 15


View Profile Email
« on: March 02, 2015, 11:10:11 PM »

Multiline textbox with next code:

<input id="tbTempForm" type="text" name="tempForm" class="easyui-textbox" data-options="width:600,height:300,multiline:true" />

run OK in jeasyui 1.4, but in the latest version 1.4.1, cannot display Key 'Enter' and can not line-break.

Please check this problem, thanks.
Logged
aljcn
Newbie
*
Posts: 15


View Profile Email
« Reply #1 on: March 05, 2015, 08:48:52 PM »

Nobody encountered this problem?

In the 1.4.1 version can not wrap, press the Enter key is useless
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #2 on: March 05, 2015, 09:15:38 PM »

Please refer to this example http://www.jeasyui.com/demo/main/index.php?plugin=TextBox&theme=default&dir=ltr&pitem=Multiline%20TextBox
Logged
loafer
Newbie
*
Posts: 1


View Profile Email
« Reply #3 on: March 16, 2015, 08:25:42 PM »

Please check this problem at IE11, thanks.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #4 on: March 17, 2015, 12:13:26 AM »

Please try to add the following code to the page.
Code:
<style>
.textbox textarea.textbox-text{
white-space:pre-wrap;
}
</style>
Logged
ejzhang
Jr. Member
**
Posts: 61



View Profile
« Reply #5 on: May 10, 2015, 05:46:36 PM »

no effect in ie11 Sad
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!