GNOME Bugzilla – Bug 340952
keyboard layout app doesn't work correctly with mouse wheel
Last modified: 2006-05-23 22:50:33 UTC
That bug has been opened on https://launchpad.net/bugs/42977 "Using the gnome-control-center keyboard layout applet on the panel, if I scroll the mouse wheel over it the layout indicator changes (e.g. from ESP to ITA to USA) but the settings don't. It works if I left click on it or right click and select. This is the latest dapper."
Well, hehe, this is a funny point. Probably I should disable switching the tabs using the mouse wheel. The applet is using GtkNotebook - so as a part of the widgets standard behavior, the tabs are switching by the wheel. I will have a look at it.
The bug is not about the tabs but the drawing on the panel itself
I know. The drawing on the panel itself is using tabs. Every tab has one widget - the labels: USA, ESP etc. So when user switches the groups, I am just changing the selected tab.
Anyway, it is fixed in HEAD.