Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#9210 closed defect (fixed)
Esc from Watch Recordings initial group filter does not return to menu
| Reported by: | Owned by: | cpinkham | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | QueryInitialFilter |
| Cc: | Ticket locked: | no |
Description
With "Always prompt for initial group filter" (aka QueryInitialFilter) ticked:
It used to be the case that if I entered Watch Recordings, then pressed Esc while viewing the initial group filter popup, that it went back to the menu. (Also see http://cvs.mythtv.org/trac/changeset/13027 for a description of how it used to work.)
Now, pressing Esc on the initial group filter popup leaves me in the Watch Recordings screen, and I have to press Esc again to get back to the menu.
This regression may have taken place with the MythUI rewrite.
Change History (3)
comment:1 by , 16 years ago
| Cc: | removed |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 16 years ago
| Milestone: | unknown → 0.24.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
| Version: | 0.23-fixes → 0.24-fixes |
comment:3 by , 16 years ago
| Resolution: | Fixed → fixed |
|---|
Exit Watch Recordings if user aborts the initial Rec Group popup.
If the user ESCapes out of the initial Recording Group popup on the Watch Recordings screen, exit the screen rather than leaving the user with a blank list. This restores pre-MythUI functionality.
Fixes #9210.
Changeset: e866f1c24c6726a3d54120b584cd0ddbb725602f

Fixed by SHA e866f1c24 in master and SHA f36a849e8 in 0.24-fixes with the following commit log.
Exit Watch Recordings if user aborts the initial Rec Group popup.
If the user ESCapes out of the initial Recording Group popup on the Watch Recordings screen, exit the screen rather than leaving the user with a blank list. This restores pre-MythUI functionality.