Skip to content

Timeline filter bar disappears if no event found #1794

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

Closed
Kapcash opened this issue Mar 14, 2022 · 0 comments
Closed

Timeline filter bar disappears if no event found #1794

Kapcash opened this issue Mar 14, 2022 · 0 comments
Labels

Comments

@Kapcash
Copy link

Kapcash commented Mar 14, 2022

Version

6.1.0

Browser and OS info

Vivaldi 5.1 / macOS 11.6

Steps to reproduce

  1. Open Timeline tab in Vue Devtools
  2. Go on any timeline that has events shown already
  3. Filter by anything not corresponding to an event (should result in "No events found" message)

What is expected?

The filter bar should still be visible so we can remove the filter input.

What is actually happening?

The filter bar is hidden and not accessible in any way.


No workaround found

Once disappeared, there is no way to make the filter bar come back. Changing tabs or timeline doesn't change anything.

Possible solution:

I guess that's because the filter bar is hidden when there is no inputs yet in the timeline.
But the condition to hide it should be that there is no events to show AND that the filter input is empty.

Otherwise we just can't clear the filter input we put.

@Akryum Akryum added the bug label Mar 14, 2022
@Akryum Akryum closed this as completed in 6f402a8 Mar 14, 2022
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

2 participants