You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to close last unfocused document tab in the Editor, after closing next-to-last document, results in IndexError.
What steps reproduce the problem?
Open 3 documents, give focus to the left-most document.
Close the 2nd document, without giving it focus. This will close properly.
Close the 3rd document (which is now in the 2nd tab position). This results in an IndexError.
The issue does not manifest if the document is given focus before closing it, nor does it manifest if one first closes the last document then closes the second document.
What is the expected output? What do you see instead?
Problem Description
Attempting to close last unfocused document tab in the Editor, after closing next-to-last document, results in
IndexError
.What steps reproduce the problem?
IndexError
.The issue does not manifest if the document is given focus before closing it, nor does it manifest if one first closes the last document then closes the second document.
What is the expected output? What do you see instead?
Document should close.
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: