Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the attached project
2. Click right below the actionBar (less than 10 pixels)
Actual Results:
The mouse event isn't received by the View so the textfields are not updated. The actionBar's titleDisplay is stealing the mouse events. I've attached an image showing how the bounds of the titleDisplay is too big.
Expected Results:
The View should receive the mouse event and the bounds of the titleDisplay should remain within the bounds of the action bar.
Workaround (if any):