Why combining RichTextEditor and StyleSheets is a pain
A while ago Maikel pointed out to me that styling the htmlText in a RichTextEditor is a real pain.
This is mainly because the RTE component uses TextFormat to style its textual content, and Flex does not like the thought of the TextFormat and StyleSheet classes combined applied on textfields (it throws a runtime error).
Note that [...]