Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
Answer Posted / Sudha Maurya
This issue might occur due to event bubbling or capturing. When an event is not captured by a specific display object, it may not trigger the 'click' or 'mousedown' events if the mouse is not moved over the intended target area. You can use event listeners like 'mouseDownOutside' or 'mouseUpInside' to handle these cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers