GNOME Bugzilla – Bug 746190
Overlay scrollbars not working
Last modified: 2015-03-14 02:41:16 UTC
Created attachment 299374 [details] Comparing Gedit's and Epiphany's scrollbar. Hello! GTK 3.15.x has new overlay scrollbars, which comes enabled by default (at least it came enabled when I installed it). It is working in GTK3 apps I tested. Except Epiphany. In Epiphany 3.15.90 the scrollbars are fixed and huge (I mean, REALLY huge, way larger than in 3.14). Well, I hope this can be fixed (or at least the scrollbar can have its normal size). Thanks in advance.
(In reply to Ian from comment #0) > Well, I hope this can be fixed (or at least the scrollbar can have its > normal size). I spent some time looking at WebKit's scrollbar rendering code. There's already support for overlay scrollbars for OS X which we'll be able to use, but TBH I don't understand the code very well. Unfortunately I doubt anyone will fix this soon. If anyone's interested, the relevant file is https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp *** This bug has been marked as a duplicate of bug 746114 ***