Opened 2 years ago
Closed 2 years ago
Last modified 2 years ago
#13353 closed Bug Report - General (Fixed)
mythbuntu theme arrow keys work incorrectly with in the recording list
Reported by: | jr3us | Owned by: | Peter Bennett |
---|---|---|---|
Priority: | minor | Milestone: | 30.0 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
As indicated, when a recording does not have artwork, the left arrow key will move focus from the record listing to the left side listing. If there is artwork available and showing, the left arrow key will be ignored. Pressing escape takes you back to the TV menu.
Other themes work correctly using the left arrow key from the recording list.
Change History (5)
comment:1 Changed 2 years ago by
Owner: | set to Peter Bennett |
---|---|
Status: | new → accepted |
comment:2 Changed 2 years ago by
comment:3 Changed 2 years ago by
This theme seems to break the rules, it is trying to change focus to a widget that does not exist. The group list does not exist if there is cover art, so you cannot change focus to it. How did this work before? The fix is simple, have the group list existing all the time and put the cover art over it. I will commit the fix shortly.
comment:4 Changed 2 years ago by
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Mythbuntu Theme commit 72974c95052641b979e803a0e0f5f80f5878f8d0 (HEAD -> master, origin/master, origin/HEAD)
Author: Peter Bennett <pbennett@mythtv.org> Date: Thu Nov 29 14:05:58 2018 -0500 Fix arrow keys not working correctly Trying to set focus to a nonexistent widget was not working, so I removed the depends condition from the groups list. Fixes #13353
comment:5 Changed 2 years ago by
Milestone: | needs_triage → 30.0 |
---|
Seems to be related to commit f20ab149a873ba80c23908533e4461b672223d43.