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

Bug 421731

Summary: [Template][Table][Tree] ScaleMode not working in IE 7 and 8
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 2.2   
Target Milestone: 2.2 RC1   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2013-11-14 08:33:48 EST
The scaleMode property of image cells has no effect in IE 7/8 due to the missing support of the CSS property background-size. An alternative implementation based on <img> could solve this issue.
Comment 1 Tim Buschtoens CLA 2013-11-21 11:56:26 EST
IE 7/8 support for scale modes STRETCH, FIT and FILL have been added in master with commit 2e7e8de4ee1968ddf71b69ccf7abf9859018c156, commit 4c1ec84888e3193fd3c8ef89c2aa720a171193d1 and commit 44d3bf3ad46efe592de818ca52509a4547749806, respectively.