Bug 559114 - CBanner and CTabFolder‘s divided curve is very matte
Summary: CBanner and CTabFolder‘s divided curve is very matte
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.14   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui, usability
Depends on:
Blocks:
 
Reported: 2020-01-13 09:29 EST by gong md CLA
Modified: 2020-05-19 10:38 EDT (History)
4 users (show)

See Also:


Attachments
cbanner (10.48 KB, image/png)
2020-01-13 09:37 EST, gong md CLA
no flags Details
CTabFolder (16.06 KB, image/png)
2020-01-13 09:37 EST, gong md CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.