Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Attach a keyDown handler to a TextInput component
2. call event.preventDefault() in case certain keys are typed (eg. arrow keys or delete key)
Actual Results:
The keys are processed as if event.preventDefault() wasn't called.
Expected Results:
The keys shouldn't be processed.
Workaround (if any):
None