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

Highlight leftover after deleting text that was previously searched and marked #567

Open
AyuExecutes opened this issue Aug 17, 2024 · 0 comments
Labels

Comments

@AyuExecutes
Copy link

Description
When searching for text, and then deleting that text, there is a leftover highlight line as shown in this screenshot.

In line 3, had the word "are" which i searched for and was highlighted, then I removed the word, and you can see the remaining highlight on the left.

Note: this is not the cursor, the cursor is elsewhere.

Possibly related to #547

Steps to Reproduce

  1. Adds some text
  2. Search for text using SearchEngine.find
  3. Delete any found text by backspacing over it
  4. The highlight will remain on the left as a line

Expected behavior
The highlight should disappear completely

Actual behavior
The highlight remains as a single line

Screenshots
image

another example:
image

Java version
Java 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant