-
Notifications
You must be signed in to change notification settings - Fork 389
Resource file disappears from the editor view #2607
Copy link
Copy link
Closed
Labels
bugMalfunctions that should be fixed to comply with the expected behaviorMalfunctions that should be fixed to comply with the expected behaviorfixedIssues that have been fixed and can be closed alreadyIssues that have been fixed and can be closed alreadyos: windowsIssues detected and reproducible only on WindowsIssues detected and reproducible only on Windowsprio-criticalCritical to RIDE functionalityCritical to RIDE functionality
Milestone
Metadata
Metadata
Assignees
Labels
bugMalfunctions that should be fixed to comply with the expected behaviorMalfunctions that should be fixed to comply with the expected behaviorfixedIssues that have been fixed and can be closed alreadyIssues that have been fixed and can be closed alreadyos: windowsIssues detected and reproducible only on WindowsIssues detected and reproducible only on Windowsprio-criticalCritical to RIDE functionalityCritical to RIDE functionality
While working on a project I have frequent occurrences where a
.resourcedisappears from under my nose when saving progress.Attached is a small project that, for me, has a 100% reproduction rate following these steps:
make_it_disappear.resourcein the text editorNow the file is no longer present in the tree view. The tree view selection jumps to the top-folder and the text editor shows the top folder's
__init__.robotfile contents.Versions: Windows 10, Python 3.10.6, RIDE 2.0.5
Interesting detail: If you remove the reference to the resource file from the top-folder
__init__.robot, it still opens when loading the project. This does not happen on an even smaller project that contains only the misbehaving file.Titanic.zip