GNOME Bugzilla – Bug 561413
Changing of the "Show" combo box with mousewheel doesn't work
Last modified: 2010-03-30 11:12:58 UTC
Forwarding this from a Fedora bug report: http://bugzilla.redhat.com/show_bug.cgi?id=472031 Description of problem: If I change the "Show" combobox with a mousewheel rather than selecting from available options, the selection is not onored in the folder view. Version-Release number of selected component (if applicable): evolution-2.24.1-2.fc10.i386 How reproducible: always Steps to Reproduce: 1. select a folder with some unread messages in it 2. change the "Show" combobox with a mousewheel to "Unread Messages" Actual results: the folder still lists all messages Expected results: the folder view should list only unread messages
That particular combo I know is using the old, deprecated GtkCombo widget instead of the newer GtkComboBox. That might explain it. In which case it's gonna be hard to fix right away. I rewrote the filter bar in my "kill-bonobo" branch, so I'll make it a point to check that it's working correctly there. We might want to add a small timeout to the combo box before initiating the search. You can zoom through values pretty quickly with a mouse wheel, and we don't want to be overwhelmed with search requests.
It's working fine in 2.30.0