Bug 20320 - [GTK] A white rectangle is visible behind widgets with rounded corners
Summary: [GTK] A white rectangle is visible behind widgets with rounded corners
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2008-08-07 11:43 PDT by Marco Barisione
Modified: 2009-02-18 01:13 PST (History)
4 users (show)

See Also:


Attachments
Screenshot (15.15 KB, image/png)
2009-02-18 01:13 PST, Michael Monreal
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Barisione 2008-08-07 11:43:12 PDT
When widgets with rounded corners are used you can see a white rectangle behind them. See http://bugzilla.gnome.org/show_bug.cgi?id=546839 and https://bugzilla.mozilla.org/show_bug.cgi?id=405421 for a discussion.

We should sync gtk2drawing.c from mozilla as soon as it lands.
Comment 1 Michael Monreal 2008-08-19 15:03:57 PDT
The Mozilla patch has landed a few days ago and can be tested with nightly builds and the Clearlooks/Industrial themes from SVN. Would be nice if WebKit would sync now to also support this property.
Comment 2 Alp Toker 2008-09-14 17:23:52 PDT
(In reply to comment #1)
> The Mozilla patch has landed a few days ago and can be tested with nightly
> builds and the Clearlooks/Industrial themes from SVN. Would be nice if WebKit
> would sync now to also support this property.
> 

Synced with Mozilla in r36411. Unfortunately they introduced a whole bunch of new compiler warnings in the latest set of changes, but we try to avoid modifying bundled code so we don't diverge too much. Hope someone can fix this upstream.
Comment 3 Michael Monreal 2008-09-15 14:43:23 PDT
I just tested this with the latest git code. Is there a huge delay from svn to git? I'm not sure my build already has this code but if it has, it's not working. Tested on http://www.schierer.org/~luke/log/
Comment 4 Michael Monreal 2009-02-18 01:12:10 PST
I think it's fair to reopen this now as it does not work (I can't change the status myself).

Test case: http://www.darkbackground.org/ (-> google search box and button)
Comment 5 Michael Monreal 2009-02-18 01:13:18 PST
Created attachment 27742 [details]
Screenshot

Here's a screenshot of webkit trunk and firefox 3.1 nightly side by side taken on the page I mentioned above.