EasyUI Forum

General Category => Bug Report => Topic started by: aljcn on March 02, 2015, 11:10:11 PM



Title: A line-break bug in multiline textbox with version 1.4.1
Post by: aljcn 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.


Title: Re: A line-break bug in multiline textbox with version 1.4.1
Post by: aljcn 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


Title: Re: A line-break bug in multiline textbox with version 1.4.1
Post by: jarry 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


Title: Re: A line-break bug in multiline textbox with version 1.4.1
Post by: loafer on March 16, 2015, 08:25:42 PM
Please check this problem at IE11, thanks.


Title: Re: A line-break bug in multiline textbox with version 1.4.1
Post by: jarry 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>


Title: Re: A line-break bug in multiline textbox with version 1.4.1
Post by: ejzhang on May 10, 2015, 05:46:36 PM
no effect in ie11 :(