Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
1. Load a css file using only definitions (no png files) - Example: http://scalenine.com/themes/bluetan/BlueTan.html
2. Load a css file using png files - Example: http://scalenine.com/themes/blackblue/BlackBlue.html
3. write a function that switched between them in runtime using StyleManager.unloadStyleDeclarations and/or StyleManager.loadStyleDeclarations
4. Compile both of the for SWF using the Gumbo
5. Run the application
6. Try to switch between them in runtime
Note:
Repreduced in other skins, not just these specific two, obviously.
Actual Results:
Some attributes stay the same as they are on the second skin (using the png files) even after unloading it and loading the first skin (the css single file)
Expected Results:
unload should be completed successfully
Workaround (if any):
None.