Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
I used Flex SDK 3.2.0.3958 and Mozilla 3.0.5 on Windows XP SP3
Steps to reproduce:
1. Import the attached flex project and run it.
2. Click on Disable Button, the Image and the Test Button will be disabled
3. Click on the image
Actual Results:
Image is still fire-ing the Click Event.
Expected Results:
According to the documentation, enabled on Image components shows whether the component can accept user interaction.
I expect the button not reacting to user interaction when clicked, if enabled was set to false.
Workaround (if any):
In the click handler, on the first line verify if the image was enabled. If false, then return immediately.