| Summary: | [BrowserCompatibility] Alert not displayed on minified orion in <IE10 - undo converting BrowserCompatibility into a module | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Gabriel Luong <gabriel.luong> |
| Component: | Client | Assignee: | Gabriel Luong <gabriel.luong> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon |
| Version: | 3.0 | Flags: | mamacdon:
review+
|
| Target Milestone: | 4.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Gabriel Luong
Darn, this happened because I nagged Gabriel into converting browserCompatibility into a module (bug 408762). It needs to execute as early as possible, we can't rely on the AMD loader to run it at some indeterminate time, otherwise URL-shim (which uses Object.defineProperties) will execute first, and blow up before the alert can be displayed. |