[mythtv-commits] Ticket #3030: Shortcut keys active while editing a HostComboBox

MythTV mythtv at cvs.mythtv.org
Fri Feb 2 20:23:55 UTC 2007


#3030: Shortcut keys active while editing a HostComboBox
----------------------------------+-----------------------------------------
 Reporter:  luitjens at cs.utah.edu  |        Owner:  ijr    
     Type:  defect                |       Status:  new    
 Priority:  minor                 |    Milestone:  unknown
Component:  mythtv                |      Version:  head   
 Severity:  medium                |   Resolution:         
----------------------------------+-----------------------------------------
Comment (by luitjens):

 I have attached a patch which fixes the problem.  Could someone please
 review and commit.

 The problem was MythComboBox did not set the allowJumps flag when
 translating a key press causing the default (allow) to be used.  We can
 determine if the box is editable by looking at the variable
 allowVirtualKeyboard.  If this is true then the box is editable and we
 want to disable jumps.  Alternatively if using this variable to determine
 this a second variable could be added for this check.

 Thanks
 Justin

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/3030#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list