Indicator scroll event says direction UP on 12.10 even when scrolling down
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pygobject |
Expired
|
Medium
|
|||
libappindicator (Ubuntu) |
Fix Released
|
Low
|
Lars Karlitski | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
* Impact
Scrolling on indicators report the wrong scroll event
* Test case
run the program from comment #6, scroll on the indicator, check that the right direction information is outputed
* Regression potentiel
check that scrolling on indicators still work where it used to do something
-------
I am using AppIndicator via Python. On Ubuntu 12.10 (stock install, python-
My application variety depends on this functionality, here is the relevant bug report for it: https:/
Here is sample code to demonstrate the problem (OK on 12.04, buggy on 12.10):
from gi.repository import Gtk, Gdk, AppIndicator3
if __name__ == "__main__":
menu = Gtk.Menu()
quit = Gtk.MenuItem(
quit.
menu.
menu.show_all()
def scroll(ind, steps, direction):
print steps, direction
if direction != Gdk.ScrollDirec
print "Things seem ok"
indicator = AppIndicator3.
indicator.
indicator.
indicator.
indicator.
Gtk.main()
Related branches
- PS Jenkins bot (community): Approve (continuous-integration)
- Sebastien Bacher: Approve
- Diff: 42 lines (+4/-4)
Changed in libappindicator (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | nobody → Lars Uebernickel (larsu) |
importance: | Undecided → Low |
Changed in pygobject: | |
importance: | Unknown → Medium |
status: | Unknown → Expired |
Status changed to 'Confirmed' because the bug affects multiple users.