Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Create an app with a RTE and a button.
2. Set a value for RTE.text = "Hello from Text"
3. Set a value for RTE.htmlText = "Hello from HtmlText"
4. On button click, set a button style (like fontSize) via StyleManager.
5. Run the app
6. Click the button.
Actual Results:
The readable text in the RTE changes from the .text value to the .htmlText value.
Expected Results:
The button should change it's style, and nothing should happen to the RTE.
Workaround (if any):
Subclass and fix.