Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Build a custom component myImage extending Image and implementing IFocusManagerComponent, then use an embedded image as source
2. Draw some graphics in a Shape, myShape, then add the Shape with myImage.addChild(myShape)
3. Do the real drawings in updateDisplayList
4. Change at runtime the source of the Image, using another embedded image
Actual Results:
While before the point 4 myShape is visible over myImage, after it myShape it's no more visible
Expected Results:
Having myShape visible over myImage after every source change.
Workaround (if any):
Not found at the moment.