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

Closing a tab can cause circular history #77

Open
bobbylight opened this issue Apr 20, 2021 · 0 comments
Open

Closing a tab can cause circular history #77

bobbylight opened this issue Apr 20, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@bobbylight
Copy link
Owner

Because we blindly go to the prior route when a compound tab is closed, this can cause circular closings:

  1. Open compound A
  2. Open compound B
  3. Click to focus compound A
  4. Close compound A
  5. You should be on compound B now
  6. Close compound B

Expected behavior:
You are booted to some prior tab, such as the Search tab

Actual behavior:
You are booted back to compound A, which is magically reopened in a tab.

Perhaps the simplest fix is to navigate to the Search tab if the prior tab is no longer open?

@bobbylight bobbylight added this to the 1.4.0 milestone Apr 20, 2021
@bobbylight bobbylight self-assigned this Apr 20, 2021
@bobbylight bobbylight added the bug label Apr 20, 2021
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