| Summary: | [Table] background image is not shown | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Benjamin Muskalla <b.muskalla> | ||||
| Component: | RWT | Assignee: | 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
Benjamin Muskalla
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.
Added a resetBackgroundImage() method to the changes in the patch. Changes are in CVS HEAD. |