Bug 382478 - CSS Tree-Cell padding not working properly on right aligned columns
Summary: CSS Tree-Cell padding not working properly on right aligned columns
Status: RESOLVED WORKSFORME
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-06-13 07:01 EDT by sun CLA
Modified: 2012-08-01 06:51 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sun CLA 2012-06-13 07:01:09 EDT
Build Identifier: 

If tree column is created with SWT.RIGHT style then specifying Tree-Cell padding in CSS doesn't have effect on left and right side of the cell. Top and bottom padding is working.

It is working properly with table widget with above configuration/styling.


Sample CSS is as below,
Tree-Cell
{
	padding: 5px;
}

It may no be because of - 381050: [Tree] pack is cutting off texts
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381050

Reason is - If column is not right aligned then padding works as expected.

Reproducible: Always
Comment 1 Ivan Furnadjiev CLA 2012-06-22 08:34:04 EDT
I can't reproduce it with Controls Demo -> Tree tab ( RAP 1.5 or master ). Which RAP version are you using? Which browser/version are you using? Could you provide a screenshot with an explanation what is wrong there?
Comment 2 Ivan Furnadjiev CLA 2012-08-01 06:51:02 EDT
I will close it as WORKSFORME. Please reopen if the problem persists and provide more information about it.