[mythtv-commits] Ticket #9658: Pressing F1 while viewing program info causes hang-like behaviour

MythTV noreply at mythtv.org
Fri Mar 11 22:17:25 UTC 2011


#9658: Pressing F1 while viewing program info causes hang-like behaviour
-------------------------------------------------+-------------------------
 Reporter:  John Veness <John.Veness.mythtv@…>   |          Owner:
     Type:  Bug Report - General                 |         Status:  closed
 Priority:  minor                                |      Milestone:  unknown
Component:  MythTV - General                     |        Version:
 Severity:  medium                               |  0.24-fixes
 Keywords:                                       |     Resolution:  Invalid
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
Changes (by paulh):

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


Comment:

 It's actually working as it should.

 The web browser mythui widget needs to know where the key presses should
 be processed either by myth or by the Qt QWebView browser widget we use
 behind the scenes. For example if you press 'm' should that open the popup
 menu or should it enter an 'm' in an edit box on a web page? In order to
 toggle where key presses get handled there is a TOGGLEINPUT key binding
 (set to F1 by default) which switches where key presses get handled.

 Without it there would be no way to enter many keys like 'm' or 'i' in a
 search edit on a web page for example because myth would get the key
 before the web page.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9658#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list