[Webkit-unassigned] [Bug 24358] [GTK] Scrollbars not clipped correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 08:10:34 PST 2009


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


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28270|review?                     |review+
               Flag|                            |




------- Comment #6 from zecke at selfish.org  2009-03-06 08:10 PDT -------
(From update of attachment 28270)
> From a0e3df34a1bfd4fb3234e2459226cf485ce036f8 Mon Sep 17 00:00:00 2001
> From: Xan Lopez <xan at gnome.org>
> Date: Wed, 4 Mar 2009 20:23:06 +0200
> Subject: [PATCH 3/3] 2009-03-04  Xan Lopez  <xan at gnome.org>
> 
>         Reviewed by NOBODY (OOPS!).
> 
>         https://bugs.webkit.org/show_bug.cgi?id=24358
>         [GTK] Scrollbars not clipped correctly
> 
>         Do not take into account the case of being a ScrollView scrollbar,
>         since those are native in our case.
> 
>         * platform/gtk/ScrollbarGtk.cpp:
>         (ScrollbarGtk::frameRectsChanged):
> ---
>  WebCore/ChangeLog                     |   17 +++++++++++++++--
>  WebCore/platform/gtk/ScrollbarGtk.cpp |   16 +++-------------
>  2 files changed, 18 insertions(+), 15 deletions(-)
> 
> diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
> index c6352e7..cd3f559 100644
> --- a/WebCore/ChangeLog
> +++ b/WebCore/ChangeLog
> @@ -5,8 +5,21 @@
>          https://bugs.webkit.org/show_bug.cgi?id=24358
>          [GTK] Scrollbars not clipped correctly
>  
> -	Move Widget::paint to ScrollbarGtk::paint, since it's scrollbar
> -	specific and it's our only Widget anyway.
> +        Do not take into account the case of being a ScrollView scrollbar,
> +        since those are native in our case.

^^^ oh, tabs vs. space?

for the rest, let us try it :)



>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list