Tab selection partially lost on rename #219
Labels
criticality: medium
Of moderate impact
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
🐛 When a tab is renamed, the adjacent one is functionally selected, even though the renamed one is visually selected.
To Reproduce
foo.h
bar
baz
🐛 Note that the window title now shows that the "foo.h" is selected, but the GUI shows that "baz.ino" is selected.
🐛 Note that the "Find" GUI does not appear
🐛 Note that the top and bottom of the "Find" GUI are missing:
Expected behavior
The renamed tab to remain fully selected.
Desktop
Date: 2021-03-13T03:11:23.309Z
CLI Version: 0.16.1 alpha [76f55490]
Additional context
The addition of the "foo.h" tab is not required. I added that step to the demo because the window title only shows file names when a non-
.ino
file is selected, so the demonstration is not so clear with a sketch that only contains.ino
files.The text was updated successfully, but these errors were encountered: