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. Compile with one of our shipped themes, like Ice. e.g. mxmlc -theme="Ice.css" test.mxml
Result:
You get many compiler warnings. e.g.:
Warning: Type 'VScrollBar' in CSS selector 'VScrollBar' must be qualified with a namespace.
2. Add namespace info to Ice.css and try again.
Result:
It doesn't give your app. the Ice theme.
Expected Results:
Themes we ship should compile cleanly and be functional with the new spark architecture.
Workaround (if any):