Bug 577167

Summary: [Dark Theme] Browser scrollbar not dark in the dark theme
Product: [Eclipse Project] Platform Reporter: Lars Vogel <Lars.Vogel>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: alexandr.miloslavskiy, Lars.Vogel, niraj.modi
Version: 4.22   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=576614
Whiteboard:
Bug Depends on:    
Bug Blocks: 577357    
Attachments:
Description Flags
Screenshot none

Description Lars Vogel CLA 2021-11-10 03:33:09 EST
Created attachment 287476 [details]
Screenshot

In the dark theme of Windows the browser scrollbar looks still light. Can this be fixed?
Comment 1 Alexandr Miloslavskiy CLA 2021-11-10 18:33:18 EST
According to my quick testing, Edge itself doesn't have dark scrollbars yet.

However, _maybe_ it would work if you invoke 'Display.maybeEnableDarkSystemTheme()' on 'browser.handle' in 'Edge.create()'.

The product I'm working on isn't using Browser at all, so I won't be able to allocate time for that. However, if someone is going to look into this, I could assist.