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

Unexpected behavior when clearing search after viewing a produced message #928

Open
derek1ee opened this issue Jan 16, 2025 · 0 comments
Open
Labels
message viewer Related to the extension's Message Viewer (webview) functionality from a Kafka topic usability References an inability to easily use a feature of the extension

Comments

@derek1ee
Copy link
Contributor

derek1ee commented Jan 16, 2025

  1. Prepare a JSON payload containing message to be produced.
  2. Pick a topic, produce the message to that topic.
  3. On the notification, select "view message" to open topic message viewer.
  4. Observe the message is filtered/shown.
  5. Select the "X" on the search textbox to clear it.

Expected:

  1. Should now see all messages.

Actual:

  1. Still just see that single message.

Observation:
It looks like when opening the topic message viewer, both a search AND filter is applied. So that when I clear the search, the filter is still applied (but not very noticable). And if I click on an empty column, the filter will be cleared and all message will be shown.

I think we should consider:

  1. Fix Can't search by timestamp value in topic message viewer #927
  2. When opening the tab, open pass in timestamp of the generated message, apply no additional filter
  3. Separately explore better UI for when histogram filter is applied and how to clear it
@shouples shouples added the message viewer Related to the extension's Message Viewer (webview) functionality from a Kafka topic label Jan 16, 2025
@alexeyraspopov alexeyraspopov added the usability References an inability to easily use a feature of the extension label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
message viewer Related to the extension's Message Viewer (webview) functionality from a Kafka topic usability References an inability to easily use a feature of the extension
Projects
None yet
Development

No branches or pull requests

3 participants