Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Register a handler on click event on a button
2. Register another handler on double click event on the same button
3. Launch the sample code and double-click on the button
Actual Results:
You will pass first in the click handler and after in the doubleClick handler.
Expected Results:
Only the second handler on doubleClick should be called.
Flex should not fire a click event when the user performs a doubleClick.
Workaround (if any):
http://blogs.sophiacom.fr/flex/2008/08/double-click.html