Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1.
Create a Flex/AIR application,
put a button at the bottom of the window, and set a long tooltip string.
Use a customized skin for ToolTip. (Without customized skin, will not see this problem)
2.
Run the application, drag the window to narrower. (make the width close to the tooltip width).
3.
Move mouse to the button, wait it show the tooltip, and move mouse over the tooltip.
Actual Results:
The Tooltip will blinking, (Show,Hide,Show,Hide ...).
And the button will also blinking. (Over state, Up State, Over State, Up state ...)
Expected Results:
It should not blinking.
Workaround (if any):
I have to create a customized ToolTipManagerImpl, and enhanced the position algorithm.