JDK-8214251 : Scrollbar thumb is not showing on GTK 3.0
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8,11,12
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-11-23
  • Updated: 2018-11-27
  • Resolved: 2018-11-27
Related Reports
Duplicate :  
Relates :  
Description
Test name: SwingSet2.jar  
Product(s) tested: JDK8u202 b04(64bit) , JDK12b21
OS/architecture:Oel7.5 uek x64 
VM Options:-Djdk.gtk.version=3 -Djdk.gtk.verbose=true 

1. Run the demo with the gtk version set at command line to 2 and then to 3.
2. Compare the rendering of the JScrollPane demo
Expected: Scrollbar is shown the same with the scrollbar thumb being visible.
Actual: on GTK3.0 scrollbar track is not visible.

Seen on jdk8u202b04 as well as jdkb12.