[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 07:41:08 PST 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #272846|review?                     |review+
              Flags|                            |

--- Comment #8 from Michael Catanzaro <mcatanzaro 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:138
> +    GtkBorder stepperSpacing = { 0, 0, 0, 0};

0 };

> 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+.

-- 
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/20160304/3075815f/attachment.html>


More information about the webkit-unassigned mailing list