Summary: | [Gtk] crashed when destroying | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jonh Wendell <wendell> | ||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Major | CC: | gustavo, jmalonzo | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Linux | ||||||||
Attachments: |
|
Description
Jonh Wendell
2009-11-09 13:04:04 PST
Created attachment 42792 [details]
small test case
I wrote this small test case to demonstrate the crash. Replacing WebView with GtkTextView there makes the crash go away, which implies this is a bug in our stuff.
Created attachment 49497 [details]
Fix this crash, by only relaying focus out when the page exists
Comment on attachment 49497 [details] Fix this crash, by only relaying focus out when the page exists Landed as r55245 with minor changes to not require the 200ms timeout on the test. Reviewed by Xan over XMPP. |