htmlText issues
Sunday, January 11th, 2009A friend of mine was working with RichTextEditor and discovered an annoying htmlText issue. It seems that copying htmlText from the RichTextEditor to a text area produced an additional line break. Dig the code below: < ?xml version="1.0" encoding="utf-8"?> <mx :Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"> <mx :String id="savedHtmlText" /> <mx :RichTextEditor id="rte" change="savedHtmlText = rte.htmlText"/> [...]

