-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
TabAPI throws Error when Closing #12392
Comments
tsmaeder
added
bug
bugs found in the application
vscode
issues related to VSCode compatibility
labels
Apr 11, 2023
Tagging @jonah-iden, because he might know what's up. |
oh yeah, that seems like an inconsistency arises between the model in |
jonah-iden
added a commit
to jonah-iden/theia
that referenced
this issue
Apr 12, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
1 task
jonah-iden
added a commit
to jonah-iden/theia
that referenced
this issue
Apr 12, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
jonah-iden
added a commit
to jonah-iden/theia
that referenced
this issue
Apr 20, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
msujew
pushed a commit
to jonah-iden/theia
that referenced
this issue
Apr 21, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
vince-fugnitto
pushed a commit
to jonah-iden/theia
that referenced
this issue
Apr 26, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
vince-fugnitto
pushed a commit
to jonah-iden/theia
that referenced
this issue
Apr 27, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
vince-fugnitto
pushed a commit
to jonah-iden/theia
that referenced
this issue
May 2, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
vince-fugnitto
pushed a commit
to jonah-iden/theia
that referenced
this issue
May 8, 2023
after deleting and moving a tab Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
I get exceptions in the browser log when closing editor tabs:
Steps to Reproduce:
From a cursory inspection of the code, it seems that the
TabInfo.tabIndex
field is not updated upon deletion. So when I delete for the second time, it notifies the deletion with index3
, which doesn't exist.Additional Information
The text was updated successfully, but these errors were encountered: