#694594 python-gi: scrolling down ovr a StatusIcon emits lot of "scroll up" events

#694594#5
Date:
2012-11-28 07:08:00 UTC
From:
To:
Dear Maintainer,

scrolling down with the mouse wheel over a Gtk.StatusIcon emits lot of
GDK_SCROLL_UP events, actually much more than scroll down events.
I can't reproduce this using PyGtk on the same machine, so I guess it's
not related to my machine.

I attached a test script which demonstrates the problem: when launched,
it creates a status icon (actually, without icon), and scrolling over
prints in the console the events received. Specifying the "-p" option
runs the same example with PyGtk, which doesn't have the problem.

Thanks,

 Jonathan