Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
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 mouseFocusChange event handler to a TextInput component: mouseFocusChange="event.preventDefault()"
2. Give the component focus
3. Give another component focus using the mouse
Actual Results:
Focus goes to the second component
Expected Results:
The focus shouldn't change (it should stay in the first component)
Workaround (if any):
None
Remark
keyFocusChange in combination with event.preventDefault() works fine (tab key doesn't change focus anymore)