Opened 18 years ago

Closed 18 years ago

#1909 closed defect (fixed)

jump points seem broken in trunk

Reported by: gary@… Owned by: Isaac Richards
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Library API version: 0.19.20060522-1

Source code version: 10068

Configured jump points appear to ONLY work from outside of any module. Example, I have "Alt-R" set to go to the "Watch Recordings" screen, and "Alt-M" goes to playing music in MythMusic.

From the main menu, I can use either 'Alt-R' or 'Alt-M', but if I'm already in the 'Watch Recordings" screen (not while playing, but while seeing a list of recordings) no jump points work at all. (Jump points didn't work in mythmusic in 0.19-fixes, and I think there might be an existing ticket for that in particular.)

Change History (3)

comment:1 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [10102]) Fix some brokenness with modifier keys (and jumppoints bound to modifier keys) in plugins.

Fixes #1909 and #1851.

comment:2 Changed 18 years ago by anonymous

Resolution: fixed
Status: closedreopened

still broken in:

Library API version: 0.19.20060631-1 Source code version: 10110M Options compiled in:

linux debug using_lmsensors using_v4l using_alsa using_ivtv using_lirc using_dvb using_x11 using_xv using_xrandr using_xvmc using_xvmc_pbuffer using_opengl_vsync using_opengl using_frontend using_backend

Jump points set: Play Music: Alt-M TV Recording Playback: Alt-R

I start the FE, and hit 'Alt-R'. That works. Then, from the screen allowing selection of a pre-recorded show, I hit "Alt-M". Nothing happens.

As another test, I go into the 'System Status' screen, and hit "Alt-R". Again, nothing happens.

If I'm at a menu, the jump points work. Otherwise, they don't seem to.

comment:3 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: reopenedclosed

(In [10111]) Fix a race with jump points. Would sometimes remove the wrong window.

Fixes #1909 again.

Note: See TracTickets for help on using tickets.