Opened 18 years ago
Closed 18 years ago
Last modified 18 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 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
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.

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