Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.11.0
Description
Steps to reproduce:
1. Run the attached project
2. Hover mouse over the first button (and don't move it)
2.1. Notice that the mouseOut event was called.
3. Hover mouse over the second button (and don't move it)
Actual behaviour: mouseOut is not dispatched when the button is removed from stage, but only when the user moves the mouse again.
Expected behaviour: mouseOut is dispatched as soon as the button is removed from stage, regardless which component had focus when the hovered button was removed.
NOTES:
-this bug is reproducible regardless which component we set the focus to before removing the second button.
-this bug is reproducible with any type of component, not just Buttons, as long as you can add a MOUSE_OUT event listener to it.
-this is most likely the cause of FLEX-34188.
Attachments
Attachments
Issue Links
- breaks
-
FLEX-34188 RTE in ToolTipManagerImpl after focus set, grid cleared and then removed from stage.
- Open