Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run attached.
2. Click "show cursor" and move the mouse over the text field.
Flawed logic is in CursorManagerImpl.mouseMoveHandler().
Actual Results:
The first mouse move within the text field gets you just an i-beam but if you move the mouse again while staying within the text field you get the i-beam and the custom cursor.
Expected Results:
Should just see only an I-beam cursor if the text field is editable and only the custom cursor if the text field is not editable.