| Summary: | [Theming][Nebula Grid] Images are truncated if Tree-Cell has horizontal padding > 0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Sebastien Arod <sebastien.arod> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 3.0 | ||||||
| Target Milestone: | 3.0 M6 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Fixed with change https://git.eclipse.org/r/#/c/40955/ |
Created attachment 249959 [details] Sample Project to reproduce the issue Nebula Grid truncates several pixels from the image when Tree-Cell theming uses an horizontal padding >0. With the following theming the grid works fine with the "withoutPadding" variant. But truncates images with the "withPadding" variant. Tree-Cell.withPadding { padding: 2px 5px 2px 5px; spacing: 3px; } Tree-Cell.withoutPadding { padding: 2px 0px 2px 0px; spacing: 3px; } Note that without variant on the default RWT theming the grid also truncates the images.