Comment #4 on issue 17805 by [email protected]: Crash when wheeling
mouse in prefs dialog
http://code.google.com/p/chromium/issues/detail?id=17805
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=21804
------------------------------------------------------------------------
r21804 | [email protected] | 2009-07-27 19:32:25 -0700 (Mon, 27 Jul 2009)
| 14 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/gtk/options/advanced_contents_gtk.cc?r1=21804&r2=21803
Workaround for GtkFileChooserButton bug: disable mouse wheel scrolling.
Also disable it for the cookie behavior combobox, because it fights with
the scrolled window.
The GtkFileChooserButton spews the following 2 errors (and possibly others)
when you scroll on it quickly:
Gtk-WARNING **: idle activate multiple times without clearing the folder
object first.
Gtk: gtk_tree_model_get_iter: assertion `path != NULL' failed
This causes us to crash in debug, and causes undesirable console output in
release. I verified that this is their bug and not ours by reproing in a
simple program that just has a window with a GtkFileChooserButton in it.
BUG=17805
Review URL: http://codereview.chromium.org/159459
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---