Opened 12 years ago

Closed 12 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:

  1. Open Maze activity
  2. Click on Harder level some times
  3. Press "Escape"
  4. 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)

0001-Avoid-K_ESCAPE-to-quit-the-game-SL-3461.patch (1.0 KB) - added by humitos 12 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by humitos

  • Owner changed from RafaelOrtiz to humitos
  • Status changed from new to accepted

comment:2 Changed 12 years ago by garycmartin

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.

comment:3 Changed 12 years ago by humitos

Ok, thanks gary. I will take this in mind when I'll work on this ticket.

comment:4 Changed 12 years ago by humitos

  • Cc RafaelOrtiz added
  • Keywords patch added

comment:5 Changed 12 years ago by humitos

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.