Bug 61436

Summary: [GTK] combobox and scrollbar are rendered small size at gtk+2.22.0
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mrobinson, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2011-05-25 07:19:32 PDT
gdk_drawable_get_size for lower version passes arguments of gdk_drawable_get_size wrongly.
Comment 1 Ryuan Choi 2011-05-25 07:24:52 PDT
Created attachment 94779 [details]
Patch
Comment 2 Xan Lopez 2011-05-25 07:26:23 PDT
Comment on attachment 94779 [details]
Patch

r=me
Comment 3 Martin Robinson 2011-05-25 07:43:45 PDT
Comment on attachment 94779 [details]
Patch

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

> Source/WebCore/platform/gtk/GtkVersioning.c:281
> +    gdk_drawable_get_size(drawable, width, height);

Nice catch!
Comment 4 WebKit Commit Bot 2011-05-25 09:27:40 PDT
Comment on attachment 94779 [details]
Patch

Clearing flags on attachment: 94779

Committed r87297: <http://trac.webkit.org/changeset/87297>
Comment 5 WebKit Commit Bot 2011-05-25 09:27:45 PDT
All reviewed patches have been landed.  Closing bug.