Bug 80747
Summary: | [Gtk] Flickering occurs when intensively resizing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | gustavo, mrobinson, otte, plaes |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
In ToT, when resizing GtkLauncher, flickering occurs. To reproduce, compile WebKitGTK+ with a bit modified dependencies (GLib 2.31.20, Gdk-Pixbuf 2.25.2, Gtk+ 3.3.14 or newer) amd run the GtkLauncher (through Tools/gtk/run-with-jhbuild). The GtkLauncher will use the default theme (raleigh), haven't tested this with any other themes. This issue might as well occur in 1.8.
The problem started occurring between Gtk+ 3.3.12 and 3.3.14.
I've bisected the Gtk+ tree and found that the offending commit made changes to the default theme regarding the background color.[1]
A similar issue, though presenting itself in a different way, came up on the GNOME 3.4 blocker list[2], but is currently on its way of that list (seemed to be a local install problem).
[1] http://git.gnome.org/browse/gtk+/commit/?id=4dd9a73c8ae5254361e746a3013e952e0f72d6a3
[2] https://bugzilla.gnome.org/show_bug.cgi?id=671437
CC-ing all involved in the past couple of days.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
I think this is a duplicate, but please feel free to re-open if it isn't.
*** This bug has been marked as a duplicate of bug 84149 ***