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.
- [flexcoders] More woes with TextArea and htmlText - Copy to c... peat.moss12
- [flexcoders] Re: More woes with TextArea and htmlText - ... peat.moss12
- Re: [flexcoders] More woes with TextArea and htmlText - ... Andriy Panas

