UnhandledKey popup when STOP pressed in timeshift

Issue #323 resolved
prl created an issue

Pressing STOP while in timeshift often shows the UnhandledKey popup.

The usual execution path through Components.Timeshift.InfoBarTimeshift.stopTimeshift() (labelled with # print 'TES2c') returns 0 which indicates that the method did not handle the keypress, when in fact it was handled.

The return of 0 labelled with # print 'TES2c' occurrs when the function is called, but the T3 is not iin timeshift, and so is probably correct.

Reproduction steps

From live TV, press LEFT to enter timeshift, then press STOP. The UnhandledKey popup is dsplayed.

Comments (1)

  1. prl reporter
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  2. Log in to comment