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

Bug 280953

Summary: [Table] background image is not shown
Product: [RT] RAP Reporter: Benjamin Muskalla <b.muskalla>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
possible patch none

Description Benjamin Muskalla CLA 2009-06-19 16:31:29 EDT
Currently setting a background image on a Table doesn't work. The image is not shown,
Comment 1 Benjamin Muskalla CLA 2009-06-19 16:33:53 EDT
Created attachment 139664 [details]
possible patch

Currently the background color is delegated to the clientarea, the image is not.
This causes that the clientarea overlays the table itself which has the image set.
Patch delegates the background image the same way as we do it for the color.
Comment 2 RĂ¼diger Herrmann CLA 2009-07-01 03:36:51 EDT
Added a resetBackgroundImage() method to the changes in the patch.
Changes are in CVS HEAD.