I’ve encountered a unexpected behavior in an application running on Ubuntu 22.04 , app version 5.7.0-2024-02-29 , and I’m trying to determine whether it’s a bug or an intended feature. The issue revolves around the process of saving files, specifically in the .tif/.tiff format, and how these files are selected (or not selected) during consecutive save attempts.
Steps to Reproduce:
- Download any sample data.
- Press the “Save” button and choose to save the file in either
.tif
or.tiff
format, then successfully save it. - Delete the saved file from the computer through the file manager.
- Press the
"Save"
button again to save another file. By default, all previously saved files are not selected or “checked” until you hit the second"Save"
button within the Save window. - At this point, without any user intervention, the application automatically selects or checks the
.tiff
file. But I did not get this problem with other file formats like.nrrd
or.mha
NOTICE: It’s worth noting that this issue might not occur on every attempt. Sometimes, it may be necessary to repeat the saving and deleting process 2-3 times to observe this problem.
Expected Behavior: I would expect that upon attempting to save a file for the second time, no files would be automatically selected or checked, consistent with the behavior observed for other file formats.
Actual Behavior: The application automatically selects or checks .tiff
files on the second save attempt, diverging from the expected behavior.
Before I delve deeper into troubleshooting or reporting this as a bug, I wanted to reach out to this community to see if anyone else has experienced this issue or can confirm whether this is a known feature or a bug. This behavior seems to be specific to .tiff
files, and I’m not sure yet why it’s occurring.