Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script



Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why ..

Answer / 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

More Adobe Flex Interview Questions

Explain what happens if an .swf is loaded into a already occupied level?

1 Answers  


How do u generate random numbers within a given limit with Action script?

1 Answers  


In which level does the original movie resides? : adobe flex action script

1 Answers  


How can u access a variable defined in 1 MXML file to another?

1 Answers  


What type of skinning is available in flex?

1 Answers  


Will I need to upgrade my air sdk along with flex 3 beta 3?

1 Answers  


How to create custom events? Explain the steps to create a new custom event?

1 Answers  


What is default frame rate of the timeline in frame per second?

1 Answers  


What are the Benefits of flex?

1 Answers  


Do I need to upgrade to beta 3 to use air beta 3?

1 Answers  


Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?

1 Answers  


Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script

1 Answers  


Categories