Bug 19908
Summary: | gdk_window_invalidate_rect() called for not realized widget | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Hansen <david.hansen> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Minor | CC: | alp |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | 20854 | ||
Bug Blocks: |
David Hansen
To reproduce webkit_web_view_open() in a not yet shown webkit web view:
Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed aborting...
This happens in ScrollView::update().
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alp Toker
Fixed in r36533. Please re-open bug if the issue persists.