Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile/run test app
2. first focus on window
3. hit tab to tab the components inside the window
Actual Results:
after tabbing the last component, an runtime error is received:
ReferenceError: Error #1069: Property hostComponent not found on spark.skins.spark.windowChrome.GripperSkin and there is no default value.
at spark.components.supportClasses::Skin/beginHighlightBitmapCapture()
at spark.skins.spark::HighlightBitmapCaptureSkin/updateDisplayList()
at spark.skins.spark::FocusSkin/updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/validateDisplayList()
at mx.managers::LayoutManager/doPhasedInstantiation()
at mx.managers::LayoutManager/doPhasedInstantiationCallback()
Expected Results:
no error
Workaround (if any):