[Webkit-unassigned] [Bug 154890] [GTK] Scrollbars are broken again with GTK+ >= 3.19.11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 22:20:09 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154890

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 272846
  --> https://bugs.webkit.org/attachment.cgi?id=272846
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=272846&action=review

>> Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp:296
>> +        return IntRect(trackRect.x() + thumbPos, trackRect.y() + troughBorder.top + (trackRect.height() - thumbFat) / 2, thumbLength(scrollbar), thumbFat);
> 
> I don't see how this works in older GTK+.

See the #if above, in older GTK+ troughBorder is 0, so this doesn't have any new effect. As I said I tried with GTK+ 3.16 compiled in our jhbuild.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160305/3a8a20ad/attachment.html>


More information about the webkit-unassigned mailing list