Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run the attached mxml app with RSLs turned on
Actual Results:
The alert says: "ic0 button, got: ic1 button"
It seems the instantiation order is changed with RSLs or depending on how many fields are in a sub component.
Expected Results:
should be "ic0 button, got: ic0 button"
Workaround (if any):
Turn RSLs off or edit MyComp.as and remove private unused field "bugFoo"