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

Tab closing bug #250

Open
TriarIma opened this issue Jul 18, 2023 · 0 comments
Open

Tab closing bug #250

TriarIma opened this issue Jul 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@TriarIma
Copy link

Instead of closing tab and erasing its contents, close tab button moves tab conents 1 tab to the right, making the last tab content disappear.

To reproduce this bug, you need to follow the steps below:

  1. Create 4 tabs (4 is used as an example, any amount of tabs more than 1 will be enough);
  2. Change the pages the tabs contain using Right click and "Inspect element", so you could tell which page belongs to which tab;
  3. Close the 2nd tab;
  4. Now the contents from the 2nd tab will move to the 3rd tab, 3rd tab's contents will move to the 4th tab and 4th tab's contents will disappear;
  5. All of the tabs that go before the closed tab will remain unchanged.

It's pretty obvious that this is not how it should work. Normally it should remove the tab and erase its contents, without affecting other tabs.

Version info:
Altus: 4.8.6
Electron: 22.0.1
Chrome: 108.0.5359.125
V8: 10.8.168.22-electron.0
OS: Windows_NT x64 10.0.19045

@TriarIma TriarIma added the bug Something isn't working label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant