Unable to use arrow keys to adjust the volume control in the sound menu.
Bug #886335 reported by
Luke Yelavich
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Indicator Display Objects |
Fix Released
|
High
|
Charles Kerr | ||
indicator-sound (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
affects ubuntu/
affects indicator-sound
In natty and earlier, it was possible to navigate to the volume control widget in the sound menu using the keyboard, and change the volume using the arrow keys. This is no longer possible in Oneiric, likely due to the move to GTK3.
Related branches
lp:~charlesk/ido/lp-906050
- Conor Curran (community): Approve
- Indicator Applet Developers: Pending requested
-
Diff: 832 lines (+20/-695)4 files modifiedsrc/Makefile.am (+0/-15)
src/idooffscreenproxy.c (+0/-515)
src/idooffscreenproxy.h (+0/-62)
src/idoscalemenuitem.c (+20/-103)
Changed in indicator-sound: | |
status: | New → Confirmed |
Changed in indicator-sound (Ubuntu): | |
status: | New → Confirmed |
Changed in indicator-sound: | |
assignee: | nobody → Conor Curran (cjcurran) |
status: | Confirmed → Triaged |
Changed in indicator-sound: | |
milestone: | none → 0.7.9.2 |
importance: | Undecided → Medium |
Changed in indicator-sound: | |
assignee: | Conor Curran (cjcurran) → Robert Carr (robertcarr) |
Changed in indicator-sound: | |
milestone: | 0.7.9.2 → none |
Changed in ido: | |
assignee: | nobody → Alberto Ruiz (alberto.ruiz) |
Changed in indicator-sound: | |
status: | Triaged → Invalid |
no longer affects: | indicator-sound |
Changed in ido: | |
assignee: | Alberto Ruiz (alberto.ruiz) → charles (charlesk) |
Changed in ido: | |
status: | Triaged → In Progress |
Changed in ido: | |
status: | In Progress → Fix Committed |
Changed in ido: | |
milestone: | none → 0.3.3 |
Changed in ido: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug is because I'm not getting the key events when the IDO is hightlighted in the indicator. Key press to the right or left and the IDO automatically pushes the selection up or down on the menu. IDO should not consume those events and give me a chance in the indicator to query if it's a left or right arrow key and act accordingly.
That is what I'm presuming, can't be certain. It worked fine before we move to GTK3 over a year ago.