Bug 559114

Summary: CBanner and CTabFolder‘s divided curve is very matte
Product: [Eclipse Project] Platform Reporter: gong md <gongmd>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: Lars.Vogel, mmarchand, niraj.modi, Vikas.Chandra
Version: 4.14Keywords: ui, usability
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
cbanner
none
CTabFolder none

Description gong md CLA 2020-01-13 09:29:41 EST
CBanner’s divided curve  is very matte, and also with CTabFolder when CTabFolder.setSimple(false) .


-- Configuration Details --
Product: Eclipse IDE 4.14.0.20191212-1200 (org.eclipse.epp.package.jee.product)Installed Features:
 org.eclipse.platform 4.14.0.v20191210-0610
Comment 1 gong md CLA 2020-01-13 09:37:33 EST
Created attachment 281470 [details]
cbanner
Comment 2 gong md CLA 2020-01-13 09:37:59 EST
Created attachment 281471 [details]
CTabFolder
Comment 3 Lars Vogel CLA 2020-01-14 10:39:12 EST
Is this SWT only or the IDE? Which theme are you using?
Comment 4 gong md CLA 2020-01-14 21:30:49 EST
(In reply to Lars Vogel from comment #3)
> Is this SWT only or the IDE? Which theme are you using?

I not found the use-case of CBanner in IDE 4.14.0.20191212-1200; The case of CTabFolder in IDE 4.14.0.20191212-1200, use CTabFolder.setSimple(true) style.

I used  CBanner and CTabFolder in a RCP program, and use setSimple(false) style, in HiDPI screen ,it looks very rough and not smooth.
Comment 5 Lars Vogel CLA 2020-05-19 09:45:09 EDT
Mike, please have a look.
Comment 6 Mike Marchand CLA 2020-05-19 10:38:12 EDT
I'm not at all familiar with the cbanner, but if using the CTabFolder set to simple, it appears that CTabFolderRenderer is using SWT.COLOR_WIDGET_NORMAL_SHADOW for the outline. 

I think this is an SWT issue and not a Platform issue.  To add to that, I suspect it's a WONTFIX.