| Summary: | Firefox crashes on a focus shift | ||
|---|---|---|---|
| Product: | UIM | Reporter: | YamaKen <yamaken> |
| Component: | bridge: GTK+ | Assignee: | uim-bugs |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | highest | ||
| Version: | unspecified | ||
| Hardware: | x86 (IA32) | ||
| OS: | FreeBSD | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Bug Depends on: | |||
| Bug Blocks: | 6089 | ||
|
Description
YamaKen
2006-03-22 19:48:01 UTC
I've found another way to crash. 1) Run firefox 2) Open another window by C-n 3) Right click to open context menu on the previous window directly (without touching titlebar) Sorry for late reply. I was busy last week.
The bug should be fixed with the following code.
Index: gtk-im-uim.c
===================================================================
--- gtk-im-uim.c (revision 3214)
+++ gtk-im-uim.c (working copy)
@@ -424,7 +424,7 @@
window = GTK_WINDOW(cur_toplevel);
group = window->group;
- if (group)
+ if (group && group->grabs)
grab_widget = GTK_WIDGET(group->grabs->data);
}
}
Can you verify, YamaKen?
Committed the change in revision 3215. The crashes have been gone. Thank you for the fix. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.