Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3078 closed patch (fixed)

Consistent behaviour of SELECT action across widgets

Reported by: devel@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: mythwidgets widget keypress select
Cc: Ticket locked: no

Description

This patch makes the handling of the SELECT keypress consistent across widgets. Specifically it modifies the behaviour of the spinbox, slider, checkbox and table widgets so that the SELECT action changes state or does nothing. Previously some widgets would handle SELECT while others pass it to the parent window, leading to inconsistency when traversing configuration pages.

Attachments (1)

mythtv-widgetkeypresses.diff (1.5 KB) - added by devel@… 17 years ago.
Consistent action on SELECT action in widgets

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by devel@…

Consistent action on SELECT action in widgets

comment:1 Changed 17 years ago by paulh

Resolution: fixed
Status: newclosed

(In [13123]) This patch makes the handling of the SELECT keypress consistent across widgets. Specifically it modifies the behaviour of the spinbox, slider, checkbox and table widgets so that the SELECT action changes state or does nothing. Previously some widgets would handle SELECT while others pass it to the parent window, leading to inconsistency when traversing configuration pages. Closes #3078.

comment:2 Changed 17 years ago by anonymous

Thank you, -Matt

Note: See TracTickets for help on using tickets.