Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Run the attached sample application
2. Cause the application to lose focus but remain in view
3. Click on one of the links to cause the application to regain focus
Actual Results:
Clicking on a link in the <mx:Text> itemRenderer does not cause the browser to navigate to the url while
clicking on a link in the <mx:TextArea> itemRender causes the browser to navigate to the url immediately.
You have to click on the <mx:Text> itemRenderer twice to cause the browser to navigate to the url
Expected Results:
Clicking on a link in the <mx:Text> itemRenderer should cause the browser to navigate to the url
immediately
Workaround (if any):
none