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

Bug 457535

Summary: [Theming][Nebula Grid] Images are truncated if Tree-Cell has horizontal padding > 0
Product: [RT] RAP Reporter: Sebastien Arod <sebastien.arod>
Component: RWTAssignee: 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:
Description Flags
Sample Project to reproduce the issue none

Description Sebastien Arod CLA 2015-01-15 04:21:49 EST
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.
Comment 1 Ivan Furnadjiev CLA 2015-02-11 08:20:51 EST
Fixed with change https://git.eclipse.org/r/#/c/40955/