Hi,
I faced some mysterious problem with textarea element. When I enter
text manually line breaks are present but when I copy&paste some text
line breaks are gone. I fetch the content by textarea.value,
The CSS and HTML of the textarea is as follows:
#editbox {
width: 100%;
height: 90%;
white-space: nowrap;
}
<textarea id="editbox"></textarea>
I failed to find anything similar to the problem I faced. Could anyone
give me a hint on that?
Thanks,
Denis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---