Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a custom tooltip class that extends the default tooltip
2. Set the tooltipmanager's tooltip class to your custom class
3. Create a tooltip with ToolTipManager.createToolTip();
Actual Results:
ToolTip being instantiated by line 1163 in ToolTipManagerImpl.as. (first line of function createToolTip)
Line 1163: var toolTip:ToolTip = new ToolTip();
Expected Results:
Tooltip being instantiated from createTip(); or _toolTipClass;
Workaround (if any):