bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

BulkLoader does not catch SecurityErrorEvents for images when using a loader context #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a loader context with current app and security domains.
2. Setup a bulkloader instance with a BulkLoader.SECURITY_ERROR listener.
3. Tell the bulkloader instance to load an image from a domain with no
crossdomain.xml using the context above.

What is the expected output?
SECURITY_ERROR handler should be called.

What do you see instead?
Unhandled SecurityErrorEvent bla bla bla...

What version of the product are you using? On what operating system?
SVN rev. 257, win xp, FF3, FP 10 debug.

Please provide any additional information below.
Test case and patch attached, NOTE: the patch will fire a BulkLoader.ERROR
event, *not* a BulkLoader.SECURITY_ERROR one (sorry, tight deadline and all
that).

Original issue reported on code.google.com by Yonatan....@gmail.com on 14 Mar 2009 at 12:29

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by debert on 26 Apr 2009 at 3:11