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

Bug 419657

Summary: [CTabFolder] CTabItem background color set by theming is not respected
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 2.2 M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2013-10-17 02:22:01 EDT
Reproducible with Controls Demo -> CTabFolder tab. The default theme sets the background-color to #f0f0f0, but it is transparent.
CTabItem {
  font: 14px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  background-color: #f0f0f0;
  background-image: none;
  padding: 6px 15px;
  spacing: 10px;
  text-shadow: none;
}
Comment 1 Ivan Furnadjiev CLA 2013-10-17 02:28:23 EDT
Fixed in master with commit c75c83a081be1172d1d70052e3f57ca3ffbfc0e2.