Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Won't Fix
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in build 4.0.0.9336
Steps to reproduce:
1. Compile and run attached .MXML file.
Actual Results:
The skin dispatches a creationComplete event twice. Trying to access certain styles/properties in the creationComplete event handler the first time it is dispatched can cause null reference errors and RTEs.
Expected Results:
The creationComplete event should only dispatch once. Ideally when the creation is complete.
Workaround (if any):
IN the creationComplete event handler, do a null check to see if the skin is complete/ready.