Bug 61436 - [GTK] combobox and scrollbar are rendered small size at gtk+2.22.0
Summary: [GTK] combobox and scrollbar are rendered small size at gtk+2.22.0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-25 07:19 PDT by Ryuan Choi
Modified: 2011-05-25 09:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2011-05-25 07:24 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.