Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4959 closed defect (fixed)

MythFlix does not show item detail when entering screens

Reported by: kkuphal Owned by: stuartm
Priority: minor Milestone: 0.22
Component: mythflix Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

After updating MythFlix? to MythUI, when entering the queue or rental history, the focus is placed on the first item in the list but the detail below the list is not shown until ENTER is pressed or the focus is moved to the next item in the list.

Change History (2)

comment:1 Changed 16 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [16561]) The queue list should be active by default. Hopefully fixes #4959.

comment:2 Changed 16 years ago by stuartm

Milestone: unknown0.22
Owner: changed from kkuphal to stuartm

MythFlix? uses delayed loading of menu items, this exposes a problem with the current mythlistbutton model where the itemSelected signal goes out before the items data is set, this causes the slot to fail because the data it needs is missing. I'm not sure how I'm going to fix this yet.

Note: See TracTickets for help on using tickets.