Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Won't Fix
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. run the attached app on nexus one.
I have busyIndicator inside actionBar as in the following:
<s:navigationContent>
<s:BusyIndicator click="navigator.pushView(views.view2, null, null,zoom)"/>
</s:navigationContent>
2. tap on the busy indicator on actionbar to trigger click event.
3.
Actual Results:
nothing happens
Expected Results:
should be easier to trigger click event set on the indicator, in the same way as Button component or else.
Workaround (if any):