Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.12.1
-
None
-
None
-
Linux 3.15 x86_64
Description
Initially I have opened this bug report in the Adobe bugtracker ( https://bugbase.adobe.com/index.cfm?event=bug&id=3768958 ) but it seems this could be a bug in Apache Flex.
A call to ExternalInterface.call() does not cause to show any JavaScript errors in the browser console (tested with Chrome and Firefox). In the linked report is a testcase for download which needs just to be compiled with Flex and then be opened in a webbrowser (for example as http://localhost/test.xhtml ). The testcase does throw a direct JavaScript error and a JavaScript error over ExternalInterface.call(). Normally the browser console should show 2 errors but only the direct JavaScript error is shown.