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

Bug 393645

Summary: [Client] Test and improve support for Interner Explorer 10
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-11-06 05:46:22 EST
Internet Explorer 10 has been released along with Windows 8. (There is currently no support for Windows 7, but a win7 version will follow.) Aside from running the javascript tests and testing the controls demo, it should be investigated if CSS3 support in IE10 is now good enough to completely disable GraphicsMixin in IE10. (It's currently using SVG in IE10 to render gradients and border. Shadows are already done with CSS3.)
Comment 1 Tim Buschtoens CLA 2013-03-11 12:27:15 EDT
Fixed red JavaScript tests in commit e53431a82f8cf35044357295c836994f1c104e47. The index.html "X-UA-Compatible" meta tag now includes IE 10, triggering IE standard mode.
Comment 2 Ivan Furnadjiev CLA 2013-04-03 05:55:09 EDT
Just did a quick test with Controls demo -> Composite tab in IE10 (Windows 7) with enables CSS3 support (added IE10 to Client.js#supportsCss3). Rounded borders and gradients are working fine.
Comment 3 Ivan Furnadjiev CLA 2013-04-05 02:47:35 EDT
There are still some problems with gradients orientation (horizontal/vertical) in Controls demo -> Composite tab.
Comment 4 Tim Buschtoens CLA 2013-04-08 11:23:47 EDT
After updating Style.css to support the latest syntax for CSS gradients IE10 works fine. Activated CSS3 support with commit cb9ee4881deb9c215ddc120c4081ba2f4f578412. With this all issues regarding IE10 are fixed, except touch events which are covered in Bug 394180.