I did notice one thing that worked. I was first setting the text 
property using plain text that included \n characters (which were 
converted to \r). I then applied some styles to this and tried to copy. 
This is where my problem occurred. I noted that if I first convert my 
plain text to HTML and use explicit breaks <br/> in the HTML, I found 
that the copy would put \r\n on the clipboard. So that is my workaround.

Reply via email to