Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 699] "Order" buttons not working properly in Coloring Rule

Date: Wed, 23 Aug 2006 13:50:11 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=699





------- Comment #7 from ulf.lamping@xxxxxx  2006-08-23 13:50 GMT -------
The Prefs-Columns page uses the GTK1.x style gtk_clist, while the coloring
dialog uses the GTK2.x gtk_tree like widget, so this isn't related as Joerg
assumed.

I've disable GTK-Wimp, but that didn't helped.

The problem is, that the button - once it's pressed - won't even call it's
callback function, e.g. color_filter_up_cb() when pressed again until leaving
the button with the mouse cursor first.

That *may* be caused by: gtk_widget_grab_focus(color_filters);

This reminds me of the toolbar buttons as they have a similar behaviour, you'll
have to get out of the button with your cursor so that you can press that
button again.

Unfortunately, I don't know the reason for this behaviour and no fix for it :-(


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.