Bug with RichTextEditor/TextArea htmlText
Found an annoying bug that corrupts the htmlText inside a TextArea when using RichTextEditor in Flex.
Basically, if you apply bulleted formats in a not-so-hard-to-imagine way, you'll end up with a TextArea that bullets (gives <LI> tags) to every line with a line break. Pretty annoying.
Check it out, and vote on it if you get a chance.

2 Comments:
Hi,
I've just ran into the same problem. Can i ask that did you found any solution?
Thanks,
Andrew
note: this bug has been reported before:
https://bugs.adobe.com/jira/browse/SDK-14486
I've run into it too. After messing a lot with it i figured out that its not a flex bug. Its a bug in AS3. (you can reproduce it with a textField in an AS3 project. The solution would be to override textField's get htmlText property. But to do that you have to rewrite the whole textrun/textformat -> htmlText parser :( )
Post a Comment
Links to this post:
Create a Link
<< Home