GNOME Bugzilla – Bug 246359
Can't change the attendee's attributes with keyboard.
Last modified: 2013-09-13 00:46:43 UTC
Description of Problem: Steps to reproduce the problem: 1. Start evolution. 2. New a meeting. 3. Click Meeting tab, add several attendees. 4. Put the focus in one of the attendee, try to change the type,role,RSVP,Status with keyboard. Actual Results: Can't do this by keyboard. Expected Results: Change the attendees' attributes with keyboard. How often does this happen? always
This is a e-table bug.
For Evolution HEAD, it is a problem of e-combo-cell-editable.c under evolution/widgets/misc. Currently it cannot popup the window by keyboard. It should support "Alt+Down Arrow".
Created attachment 44574 [details] [review] Patch V1
patch committed. Mark as fixed.