maltaisn / another-notes-app

Another notes app for Android, like there have been tens of thousands before.
Apache License 2.0
351 stars 36 forks source link

Bug: scrolling through the note resets cursor to the first line #105

Closed dmint789 closed 1 year ago

dmint789 commented 1 year ago

Whenever you scroll through a long note the cursor gets reset to the very top of the note.

Steps to reproduce:

  1. Create a note long enough that it requires scrolling.
  2. Set the cursor to any desired position in the note.
  3. Scroll the note up or down. The cursor should now be reset to the very start of the note.
  4. Type something. The text should be input at the very beginning, not where the cursor was intended to be.

Expected behavior: scrolling the screen does not change the cursor's position.

dd-dreams commented 1 year ago

Can't reproduce.

dmint789 commented 1 year ago

I guess it must be phone-dependent then. I'm on Pixel 6.

dd-dreams commented 1 year ago

Try reinstalling the app maybe?

maltaisn commented 1 year ago

No it won't fix it... it's most probably a bug.

dmint789 commented 1 year ago

Try reinstalling the app maybe?

Hmm, that actually seems to have worked. It's probably been fixed in one of the updates since I created this issue.

dmint789 commented 1 year ago

@maltaisn oh, I didn't see your comment in time. Feel free to reopen if need be.

maltaisn commented 1 year ago

Oh well if it works great then! I think there has been some work on the issue in a previous release but I thought the bug was still there.

dd-dreams commented 1 year ago

:D