Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
SDK STEPS
1. Open the AeonGraphical.css file from <FB installed location>\sdks\4.0.0\frameworks\themes\AeonGraphical\
Loader
{
brokenImageSkin: Embed(source="AeonGraphical.swf",symbol="Loader_brokenImageSkin");
}
Actual result: It has the old CSS selector 'Loader' which causes warnings.
FB STEPS
1.create flex project
2.switch to design view
3.switch to appearance tab
4.click on default theme link
5.switch to halo theme
6.select aeon graphical
Actual Results: warnings show up "cannot resolve namespace qualified type 'Loader' in CSS Selector 'Loader' "
Expected Results: no warnings should show up
Workaround (if any):