You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case1:
just add a simple textbox and write some words
then press enter key to break lines
case2:
add some style for selection,like change the color of it
in the end of the word, press enter
Expected Behavior
case1:
new line can created correctly
case2:
new line should keep the style of prev character
Actual Behavior
case1:
only one new line created and besides the textbox's height is not ok
case2:
style of new line just lost last style
i displayed the hidden textarea, as you press enter key, you can see new lines ceated in the textarea,but there is no new line ceated in textbox
The text was updated successfully, but these errors were encountered:
asturur
changed the title
textbox press enter key didn't create new line correctly, style lost too
Newline at end of text does not display correctly in textbox
Mar 11, 2018
Version
2.2.0
Test Case
http://jsfiddle.net/minzojian/4c2bs1b8/2/
Steps to reproduce
case1:
just add a simple textbox and write some words
then press enter key to break lines
case2:
add some style for selection,like change the color of it
in the end of the word, press enter
Expected Behavior
case1:
new line can created correctly
case2:
new line should keep the style of prev character
Actual Behavior
case1:
only one new line created and besides the textbox's height is not ok
case2:
style of new line just lost last style
i displayed the hidden textarea, as you press enter key, you can see new lines ceated in the textarea,but there is no new line ceated in textbox
The text was updated successfully, but these errors were encountered: