textarea pasted values problem
in the Titanium Desktop when I paste items into my app's textareas the formatting looks great.
When I check the value of the textarea, ala:
var v = document.form1.textarea1.value;
then the value comes back with all linefeeds(n) removed. If I add text to the textarea using javascript, then the linefeeds are maintained.
Anyone else seen this?