Firefox certainly crashes on following steps. 1) Run firefox 2) Open another window by C-n 3) Click an item on menubar of previous window directly (without touching titlebar) The crash does not occur without uim. My environment: uim r3172 Firefox 1.5.0.1 WindowMaker 0.80.1
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.