[Pidgin] #3843: Contact List (to Status Menu) keyboard navigation issue

Pidgin trac at pidgin.im
Sat Apr 26 23:44:00 EDT 2008


#3843: Contact List (to Status Menu) keyboard navigation issue
---------------------------+------------------------------------------------
  Reporter:  spoof         |       Owner:                                                 
      Type:  defect        |      Status:  reopened                                       
  Priority:  minor         |   Milestone:                                                 
 Component:  pidgin (gtk)  |     Version:  2.2.2                                          
Resolution:                |    Keywords:  keyboard, navigation, contact list, status menu
   Pending:  0             |  
---------------------------+------------------------------------------------
Comment (by QuLogic):

 I think this is because the status selector does its own thing with key
 events to open the selector upon pressing Enter and Space. In fact, it
 seems to be just a typo of "return TRUE;" instead of "return FALSE;" which
 causes this problem. I can't see any real reason to stop propagating
 keypresses other than Enter and Space, since they don't really have any
 effect, anyway.

 I've attached a patch that fixes this, as well as a fix for the imhtml box
 tabbing. It seemed to be missing a check for GDK_ISO_Left_Tab.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/3843#comment:7>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list