Changes between Version 4 and Version 7 of Ticket #12586


Ignore:
Timestamp:
Jun 23, 2017, 6:06:01 PM (7 years ago)
Author:
Peter Bennett
Comment:

OK I can reproduce it now without plugins.

  1. Go into Program Guide
  2. Run this

mythutil --notification --message_text "Test message" --timeout 10

  1. During the time the message is displayed press Alt-h
  2. the message goes away but the jumppoint is not taken until you press escape.

If you wait until the message has faded, the jump point works OK.

The problem does not seem to exist if using --message instead of --notification.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12586

    • Property Summary changed from JumpPoints blocked by MythMessage to JumpPoints blocked by MythNotify
  • Ticket #12586 – Description

    v4 v7  
    1 Current master has following bug with !JumpPoints: if user tries to use !JumpPoint while ~~!MythNotify~~ !MythMessage is displaying - !JumpPoint isn't working. !JumpPoint is also not working after diminishing notification. User must press Esc to unblock !JumpPoints.
     1Current master has following bug with !JumpPoints: if user tries to use !JumpPoint while !MythNotify is displaying - !JumpPoint isn't working. !JumpPoint is also not working after diminishing notification. User must press Esc to unblock !JumpPoints.
    22
    33Steeps to reproduce:
    44
    5 1.try any action causing ~~!MythNotify~~ !MythMessage notification
     51.try any action causing !MythNotify notification
    66
    772.when notification is displaying, try any !JumpPoint (it not works)