billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
54 stars 18 forks source link

Disembodied letter appears #80

Open dfandrich opened 4 months ago

dfandrich commented 4 months ago

To reproduce:

  1. Enable a default word.
  2. Start a puzzle and solve it in exactly 5 guesses.
  3. After the "Solved" message appears, press the middle letter in the row below the solved word. An underscore will appear. Gurgle1
  4. Press any letter
  5. Press the refresh button to start a new game (all will appear normal).
  6. Press enter to use the default word
  7. Press any letter. The letter just pressed appears where the underscore was at the bottom of the screen, NOT at the start of the second row.
  8. Press another letter. This second letter appears at the start of the second row. Gurgle2

There should be no underscore, and the first letter entered after a default word should appear on the first letter of the second row.

Discovered in Gurgle ver. 1.28 on Android 7.1.2

billthefarmer commented 4 months ago

Congratulations! You found the deliberate mistake I usually put in new features.