Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.4 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create an HBox extension to use as an ItemRenderer.
2. Add a List to the application that uses the custom ItemRenderer.
3. Create a CSS style for the List that uses a custom borderSkin Class Reference to a ProgrammaticSkin extension.
4. Create a CSS style for the custom ItemRender that uses a custom borderSkin Class Reference to a ProgrammaticSkin extension.
Actual Results:
The ItemRenderer uses the skin that was assigned to the List.
Expected Results:
The ItemRenderer should use the skin that was assigned to the ItemRenderer.
Workaround (if any):
Create one ProgrammaticSkin extension that handles can draw either skin that decides which one to draw based on the type of its parent.