Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 380732

Summary: [IE] xhr.js throws in IE9
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-05-25 16:47:13 EDT
If you call orion.xhr() and provide a timeout parameter, IE9 throws on this line:

> xhr.timeout = options.timeout;

According to the IE9 documentation, the timeout property can only be set after calling open() an XMLHttpRequest, but before calling send().