| Summary: | Background of the client document is always white | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.3 | ||
| Target Milestone: | 2.3 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
Removing the hard-coded white background color from Widget.appearances.js -> "client-document" solves the problem in all browsers, but IE. If no background color is set, we render transparent color (rgba(0,0,0,0)) in IE, which again overwrites the image. Note: Currently, background image is set as "background" *attribute* of the body tag, which is deprecated [1]. We should *not* use the attribute, but CSS style. [1] http://www.w3.org/TR/html4/index/attributes.html Fixed with change https://git.eclipse.org/r/24653. |