phikal / ReGeX

A Regular Expression game for Android
https://f-droid.org/en/packages/com.phikal.regex/
GNU General Public License v3.0
101 stars 10 forks source link

User input text loss on device rotation #36

Closed reverse-unina closed 6 years ago

reverse-unina commented 7 years ago

Text field lose user input on device rotation

Sequence:

  1. Click on Settings
  2. Click on Set Game Mode
  3. Select: a. Random Word Game b. REDB Game
  4. Enter Text in URL field
  5. Orientation Change
phikal commented 7 years ago

Does this also happen if you don't change the game mode? Because the user input is changed on porous when new game modes are selected, because of the max-char requirements & co.

Other than that, it might have something to do with ee2434173b0293a338b254a0e040849238a934b2.

reverse-unina commented 7 years ago

This also happens if you don't change the game mode IF the game mode set was random word game OR REDB game

phikal commented 6 years ago

I'm sorry for the late reply, ~but I can't reproduce the issue. Could you maybe make screen recording to help reproducing it, if it is actually a bug.~

I understand the issue now. I thought you were talking about the TextView in the Main/Game Activity.

phikal commented 6 years ago

(Eventually) fixed with 6f5e2834c03e92b45473aee10387fa6e4ade292a

Sorry again for the delay, was too busy, lazy and forgetful and my IDE broke. Will work on #37 tomorrow. Shouldn't take too long.