Ticket #3078 (closed patch: fixed)
Opened 6 years ago
Last modified 6 years ago
Consistent behaviour of SELECT action across widgets
| Reported by: | devel@… | Owned by: | ijr |
|---|---|---|---|
| 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
Change History
Changed 6 years ago by devel@…
- Attachment mythtv-widgetkeypresses.diff added
comment:1 Changed 6 years ago by paulh
- Status changed from new to closed
- Resolution set to fixed
(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 6 years ago by anonymous
Thank you, -Matt

Consistent action on SELECT action in widgets