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

Checklists Becoming Corrupted When Rapidly Completing Items #66

Open
7 tasks done
GTHub23 opened this issue Sep 15, 2024 · 1 comment
Open
7 tasks done

Checklists Becoming Corrupted When Rapidly Completing Items #66

GTHub23 opened this issue Sep 15, 2024 · 1 comment
Labels
bug Something is not working device/software specific Issues that only happen on some devices or with some specific hardware/software needs triage Issue is not yet ready for PR authors to take up

Comments

@GTHub23
Copy link

GTHub23 commented Sep 15, 2024

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.1.0

Affected Android/Custom ROM version

Android 13

Affected device model

Moto G82

How did you install the app?

Google Play Store

Steps to reproduce the bug

  1. Create (or use) a current Checklist
  2. Create at least 2 items in checklist; I used "Test 1", "Test 2", "Test 3"
  3. Tap 3 Dots > "Export as file" and "Update the file itself..."
  4. Quickly check 2 items in rapid succession

Expected behavior

Items in checklist should become checked/scored out/ticked and be displayed normally

Actual behavior

All items are condensed into 1 item which shows the files underlying code for the checklist, and cannot be mannually separated

A new file must be manually created within the app to replace the old file, and all previous entries manually entered again

Screenshots/Screen recordings

Please find attached a copy of the Test Note I used in TXT format which is in working order:
@Checklist Test Note Working.txt

And a copy of the Test Note I used in TXT format which is in broken:
@Checklist Test Note Broken.txt

Additional information

I have attempted to try and replicate this bug by using a note stored only within the app, and have been unable to replicate it; that is to say I skipped Step 3 of "Steps To Reproduce..." and immediately attempted Step 4

In the event the files I uploaded are unreadable, please find below a copy of the code from these files if required:
Working
[{"dateCreated":1726403475958,"id":1,"isDone":false,"title":"Test 1"},{"dateCreated":1726403475958,"id":2,"isDone":false,"title":"Test 2"},{"dateCreated":1726403475958,"id":3,"isDone":false,"title":"Test 3"}]

Broken
[{"dateCreated":0,"id":0,"isDone":false,"title":"[{"dateCreated":1726403475958,"id":1,"isDone":true,"title":"Test 1"},{"dateCreated":1726403475958,"id":2,"isDone":true,"title":"Test 2"},{"dateCreated":1726403475958,"id":3,"isDone":false,"title":"Test 3"}]]"}]

@GTHub23 GTHub23 added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Sep 15, 2024
@Aga-C Aga-C added the device/software specific Issues that only happen on some devices or with some specific hardware/software label Sep 15, 2024
@GTHub23
Copy link
Author

GTHub23 commented Sep 17, 2024

Just tried to replicate this issue again whilst doing a screencap but it didn't happen every time. However, I did eventually manage to capture a short video of the glitch occurring

Please find attached a screencap in MP4 format. I accidentally tapped the resulting individual checklist item which checked it as done; normally this would remain unchecked once the glitch occurs

screen-20240917-145756.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working device/software specific Issues that only happen on some devices or with some specific hardware/software needs triage Issue is not yet ready for PR authors to take up
Projects
None yet
Development

No branches or pull requests

2 participants