Opened 16 years ago
Closed 15 years ago
#7028 closed defect (Fixed)
Buttontree widget using a single buttonlist requires two keypresses to traverse to deeper level
| Reported by: | robertm | Owned by: | robertm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythVideo | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When creating a buttontree like so:
{{
<buttontree name="videos">
<area>786,557,1136,525</area> <numlists>1</numlists> <spacing>0</spacing> <buttonlist name="listtemplate" from="baserecordinglistwide" />
</buttontree>
}}
It requires two presses of the right arrow/binding to traverse to a lower level in the tree. This is only true for traversing from depth 0->1. After that, traversing to deeper levels requires only the normal single keypress, and moving back to the topmost level, then back to lower levels works as normal. This only affects the first descent into a lower level.
Change History (6)
comment:1 by , 16 years ago
| Component: | MythTV - User Interface Library → Plugin - MythVideo |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 16 years ago
Apologies for the duplicate ticket.
I'm using a storage group with single directory defined and no local entry.
comment:3 by , 16 years ago
| Milestone: | 0.23 → unknown |
|---|
comment:4 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|
comment:6 by , 15 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
This was fixed by Stuart Morgan recently.

This bug appears to be a mythvideo tree building bug-- it only appears when you have both a Storage Group and a Local entry which are unique from one another. This is very trivial, I'll figure it out for .23.