Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report - Save files are accidentally saved while using the touchscreen #1465

Open
eduardomonforte opened this issue Jul 8, 2024 · 0 comments

Comments

@eduardomonforte
Copy link

Describe the bug
If you make changes in a save file's Editor and touch the icon on the lower right side of the touchscreen to go to the previous screen instead of pressing the B button, your save file will be saved if you made changes to it. This happens because the button to go to the previous screen occupies the same location on the screen as the button to save your file, overlapping with it, and touching the "Press B to go to the previous screen" button will also count as touching the "Save changes to your save file". Pressing the B button to go to the previous screen will bypass this bug, as the touchscreen is not engaged with.

To Reproduce
Steps to reproduce the behavior:

  1. Select a save file from the app's main menu.
  2. Select the "Editor" option on your device's bottom screen.
  3. Make a change to your save file, such as changing your active box.
  4. Go to the previous screen by touching the "Press B to go back" button in the lower right side of the bottom screen, instead of pressing the physical B button to do so.
  5. You'll notice that the changes to your save file were saved, although you didn't touch the "Save changes to your save file" button.

Expected behavior
The user should go back to the previous screen without the changes to their save file being saved. The changes to a save file should only be saved if the user touches the "Save changes to your save file" button later.

Information about your environment

  • 3DS OS version: Sys 11.17.0-50U
  • PKSM version: PKSM v10.1.1-aca22663
@eduardomonforte eduardomonforte changed the title Bug Report - Save files are accidentally saved while using the touch screen Bug Report - Save files are accidentally saved while using the touchscreen Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant