Opened 13 years ago
Closed 3 years ago
#10045 closed Patch - Feature (Trac EOL)
Prevent looping in button list when less than three buttons
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | needs_triage |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | medium | Keywords: | MythUIButtonList |
Cc: | xavier.hervy@… | Ticket locked: | no |
Description
This patch intend to improve the usability of mythtv. Basically when the user reach the last/first element in a MythUIButtonList, MoveDown/MoveUp? select the first/last button in the list. This behaviour is fine when there is more than 2 items. However when there is only 2 items in the list It can be hard for the user to know which one is selected vs which one is not (theme dependant).
This patch disable this behaviour when there is less than 3 buttons. MoveDown/MoveUp? will stay on the last/first Button when the is less than 3 buttons in the list.
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | MythUIButtonList-noloop.diff.gz added |
---|
Changed 13 years ago by
Attachment: | MythUIButtonList-noloop-v2.diff.gz added |
---|
Note: See
TracTickets for help on using
tickets.
Works for vertical list too