Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Build using the compile script bug file and run. This uses the Ice.css theme file which we ship with the SDK. It contains a Panel and a RichTextEditor (which uses a Panel). The Panel has title and status strings, and contains a TextArea containing text. The RichTextEditor has a title string and contains some text. (They're basically the same thing.)
Actual Results:
See the screen shot. The borders of the panels are gone. The text overlaps.
Expected Results:
To look the way it did previously.
Workaround (if any):
Add:
borderStyle: "default";
to the Panel style declaration in Ice.css. This is a new requirement since Flex 2.0.1.