| Summary: | [Client] Test and improve support for Interner Explorer 10 | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | 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
Fixed red JavaScript tests in commit e53431a82f8cf35044357295c836994f1c104e47. The index.html "X-UA-Compatible" meta tag now includes IE 10, triggering IE standard mode. 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. There are still some problems with gradients orientation (horizontal/vertical) in Controls demo -> Composite tab. 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. |