Opened 11 years ago
Closed 11 years ago
#3461 closed defect (fixed)
Maze doesn't resume the game state if we close it with "Escape" key
Reported by: | humitos | Owned by: | humitos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Maze | Version: | Unspecified |
Severity: | Unspecified | Keywords: | easy-hack, patch |
Cc: | humitos, RafaelOrtiz | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
Steps to reproduce it:
- Open Maze activity
- Click on Harder level some times
- Press "Escape"
- Re-open it again resuming it (without pressing Alt key)
Result:
- The level is an easy level
Expected result:
- The level should be resumed. Maze should start with the same level at the Escape key pressed time
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by humitos
- Owner changed from RafaelOrtiz to humitos
- Status changed from new to accepted
comment:2 Changed 11 years ago by garycmartin
comment:3 Changed 11 years ago by humitos
Ok, thanks gary. I will take this in mind when I'll work on this ticket.
Changed 11 years ago by humitos
comment:4 Changed 11 years ago by humitos
- Cc RafaelOrtiz added
- Keywords patch added
comment:5 Changed 11 years ago by humitos
- Resolution set to fixed
- Status changed from accepted to closed
Pushed:
Will be available in v21.
Note: See
TracTickets for help on using
tickets.
The escape key should be removed/blocked, escape should not Stop the activity (this is an old pygame leftover I think). Ctrl-Q is the default shortcut in Sugar, and/or use of the Stop icon in the toolbar.