Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in CL 235449, reproduces in Friday's daily build as well...
SDK steps:
1. open halo smokes css file (or other halo css files)
Actual result: no NS specified
FB steps:
Steps to reproduce:
1. Create a new SDK 4 project
2. Appearance Panel > Click themes link to bring up the themes browser
3. Select any Halo theme
4. Switch to DV
5. Run app
Actual Results:
After halo theme is applied, the compiler throws warnings because the halo themes CSS files do not specify a NS.
i.e. 'Application' in CSS selector 'Application' must be qualified with a namespace.'
As a result, theme does not render in DV or at runtime.
Expected Results:
Halo theme renders in DV & at runtime.
Specifically, the following CSS files need to have the Halo and Spark namespaces added to them:
4.0.0/
frameworks/
themes/
AeonGraphical/AeonGraphical.css
Ice/Ice.css
Institutional/Institutional.css
Smoke/Smoke.css
Wooden/Wooden.css
Workaround (if any):