| Summary: | [import] Experimental importer doesn't work in Firefox | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | 3.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
The fix is on the external site's end, not Orion's. Orion was not even getting the zip message, since Firefox failed to post it to us. The fix was to pass an ArrayBuffer instead of a Blob. ArrayBuffer is better supported in FF. see the change here: https://github.com/mamacdon/import-demo/commit/57d0c5abb3cc0a7a261044115449100e6c30a36b#L0L25 |