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

The log entry viewer should only highlight the currently selected match #322

Open
Kittyfisto opened this issue Feb 28, 2021 · 0 comments
Open
Labels
Projects

Comments

@Kittyfisto
Copy link
Owner

Current behaviour

When a single line contains multiple matches, then all matches of that line are highlighted, even though internally, only one of the matches is selected.

Expected behaviour

Only the selected match should be highlighted, other matches in the same line should visually appear like all those matches in other lines.

Steps to reproduce the problem

  1. Open a non empty log file with at least two filled lines
  2. Search for a small (for example single character) string via Ctrl+F
  3. Visually locate a line with multiple matches
  4. Advance the search via the arrow down button or F3 to that line

All matches in that line will be marked in orange even though Tailviewer has only arrived at the first match of that line.
Going to the next match (which is in the same line) will not cause any visual change.

See the following screenshot:
image

@Kittyfisto Kittyfisto added the bug label Feb 28, 2021
@Kittyfisto Kittyfisto added this to To Do in v1.1 via automation Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
v1.1
To Do
Development

No branches or pull requests

1 participant