[mythtv-commits] Ticket #1111: NetworkControl cannot handle Poups and PIN-Dialogs

MythTV mythtv at cvs.mythtv.org
Thu Jan 26 05:26:39 UTC 2006


#1111: NetworkControl cannot handle Poups and PIN-Dialogs
--------------------------------+-------------------------------------------
 Reporter:  Webmaachter at gmx.de  |        Owner:  cpinkham  
     Type:  defect              |       Status:  closed    
 Priority:  minor               |    Milestone:            
Component:  mythtv              |      Version:  head      
 Severity:  medium              |   Resolution:  worksforme
--------------------------------+-------------------------------------------
Changes (by cpinkham):

  * resolution:  => worksforme
  * status:  new => closed

Comment:

 Marking this as "Works For Me" because it does work although it may not
 work the way you're expecting in your testing.  The popup dialogs require
 mythfrontend to have focus, so it appears that you are testing this by
 running telnet in another window on the same machine you are running
 mythfrontend on.  This means that your telnet window has focus and not
 mythfrontend, so the popup widget doesn't have focus .  The code in
 mythdialogs.cpp doesn't allow key up/down/left/right actions unless the
 widget has focus.  If you run mythfrontend on one box and mythfrontend has
 focus and you telnet in from another box, then you can properly control
 the popup dialgos.  If you still have issues while mythfrontend has focus,
 you can reopen the ticket.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1111>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list