Opened 14 years ago

Closed 14 years ago

#7955 closed defect (fixed)

Setting a jump point to Ctrl-L breaks other jump points

Reported by: superm1@… Owned by: stuartm
Priority: minor Milestone: 0.24
Component: MythTV - User Interface Library Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If ANY jumppoint is set to Ctrl-L (and only Ctrl-L), then the main menu jump point doesn't work, and instead takes the user to whatever is defined as Ctrl-L.

This was originally reported on a much older version of MythTV, but has been verified as last as 0.22-fixes 22899.

This is being forwarded upstream from bug https://bugs.launchpad.net/mythbuntu/+bug/193503

Change History (4)

comment:1 Changed 14 years ago by Jim Stichnoth <stichnot@…>

This has to do with the gotoMainMenu() function which was introduced in [8679]. Given how jumppoints are currently implemented, I wouldn't be surprised if commenting out the entire body of that function fixed the bug.

comment:2 Changed 14 years ago by stuartm

Component: MythTV - GeneralMythTV - User Interface Library
Milestone: unknown0.24
Owner: changed from Isaac Richards to stuartm
Status: newassigned

comment:3 Changed 14 years ago by stuartm

Status: assignedaccepted
Version: 0.22-fixesTrunk Head

comment:4 Changed 14 years ago by stuartm

Resolution: fixed
Status: acceptedclosed

(In [26204]) Remove some dead code which was preventing the binding of Ctrl-L to an action in mythfrontend. Untested but should fix #7955

Note: See TracTickets for help on using tickets.