Bug 26040 - [GTK] Should investigate plugin-related GdkWindow moved/resizes on expose
Summary: [GTK] Should investigate plugin-related GdkWindow moved/resizes on expose
Status: RESOLVED DUPLICATE of bug 72805
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 02:04 PDT by Kalle Vahlman
Modified: 2012-02-03 15:46 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalle Vahlman 2009-05-27 02:04:36 PDT
While playing around with the client side windows branch of GTK+, I hit an assertion (specific to that GTK+ branch) with any page containing flash.

Alexander Larsson tracked this down to a GdkWindow being moved/resized during an double-buffered expose event:

http://mail.gnome.org/archives/gtk-devel-list/2009-May/msg00168.html

While the assertion is now replaced by "fixing" the situation, it should be investigated why this happens and if it's possible to avoid it. Window operations during expose events sounds like a bad thing to do anyway.
Comment 1 Martin Robinson 2012-02-03 15:46:10 PST

*** This bug has been marked as a duplicate of bug 72805 ***