Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1.Compile and launch attached MXML file
2. Rapidly mouseover and mouseout of the button
3.
Actual Results:
RTE:
Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)
spark.primitives.supportClasses::GraphicElement/get filters
spark.effects::AnimateTransitionShader/getValueFromTarget
mx.effects::Effect/http://www.adobe.com/2006/flex/mx/internal::captureValues
mx.effects::CompositeEffect/http://www.adobe.com/2006/flex/mx/internal::captureValues
mx.effects::CompositeEffect/http://www.adobe.com/2006/flex/mx/internal::captureValues
mx.effects::CompositeEffect/captureStartValues
mx.core::UIComponent/commitCurrentState
mx.core::UIComponent/setCurrentState
mx.core::UIComponent/set currentState
spark.components.supportClasses::SkinnableComponent/commitProperties
spark.components.supportClasses::ButtonBase/commitProperties
mx.core::UIComponent/validateProperties
mx.managers::LayoutManager/validateProperties
mx.managers::LayoutManager/doPhasedInstantiation
mx.managers::LayoutManager/doPhasedInstantiationCallback
Expected Results:
No RTE
Workaround (if any):
Remove the AddAction and RemoveAction tags.