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

Bug 382550

Summary: GCLI not compatible with IE9
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 0.5Flags: simon_kaegi: review+
Target Milestone: 0.5 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
proposed patch for 0.5 to disable Console on IE none

Description Grant Gayed CLA 2012-06-13 15:58:06 EDT
GCLI's util.js causes Console creation to fail on IE as result of invoking "range.createContextualFragment(html)", which is not supported in IE9.  According to http://msdn.microsoft.com/en-us/library/ie/hh772133%28v=vs.85%29.aspx it appears that createContextualFragment() will become supported in a subsequent IE release.
Comment 1 Simon Kaegi CLA 2012-06-13 18:46:52 EDT
We'll need to shim this -- also see https://github.com/mozilla/gcli/issues/56
Comment 2 Grant Gayed CLA 2012-06-14 11:58:05 EDT
Created attachment 217369 [details]
proposed patch for 0.5 to disable Console on IE
Comment 4 Grant Gayed CLA 2012-06-14 15:50:37 EDT
Logged bug 382670 for post-0.5 follow-up to this.