federicoiosue / Omni-Notes

Open source note-taking application for Android

Home Page:https://omninotes.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Report: Deleting One Tag in a Note Affects Another Tag in the Same Note

XYIheng opened this issue · comments

Description:

When deleting a tag from a note, it erroneously impacts another tag within the same note, leading to unintended changes in the tag.

Reproduce steps:

  1. Click FAB to add a note
  2. Add two tags to this note: #tag1, #tag2
  3. Move the cursor inside #tag2, e.g., after '#' and before 't' (That step is important to reproduce this bug)
  4. Delete #tag1
  5. See the error: "#tag2" turns to "# tag2"

Bug video:

bug_remove_tag.mp4

Additional details:

The bug only occurs when you put the cursor inside the #tag2. I guess that can help fix the bug

Environment:

Omninotes Version: 6.3.0

The fact that the "tags" are managed just as normal text content pretty much everywhere instead like something more special than that brings to many hard to predict misbehaviors.

I'll check it, thanks for reporting

fixed in 6.3.2 alpha

Sorry, my mistake. The bug still exists in 6.3.2 alpha