| Summary: | Incorrect warning when saving file modified on disk under a new name | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | cwo <cwo.kde> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | bg+kdex |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cwo
2024-06-17 22:01:12 UTC
Version 25.08.0 has different but still incorrect behavior. 1) Open "test.txt" in Kate. 2) Modify "test.txt" with another program. 3) Kate displays message: The file 'test.txt' was modified on disk There are several option buttons including "Ignore". 4) Click IGNORE button. 5) In Kate, use Save As command to save file as "test_alt.txt". 6) Kate displays message: The file "test_alt.txt" was modified on disk. Do you really want to save this unmodified file? You could overwrite changed data in the file on disk. The first statement that "test_alt.txt" was modified is not correct since the file does not exist. The second statement about an unmodified file makes no sense. The third statement regarding overwriting changed data on disk is also incorrect since the data is being written to a new file. |