-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
Preflight Checklist
- [ x] I agree to follow the Code of Conduct that this project adheres to.
- [ x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Describe the bug
If the .drawio file is stored and edited on a Cryptomator share, after saving, Cryptomator stores the change in the background in a way that makes the app think, the file has been modified. While this is a specialty problem with Cryptomator, other editors do not suffer from it, and the problem could be mitigated App-side to prevent this misinterpretation.
To Reproduce
Steps to reproduce the behavior:
- Open a
.drawiodiagram stored on Cryptomator volume - Click Save
- After a few seconds, a "has been modified" warning appears (See screenshot)
- Subsequent Save without Reload will trigger a "do you wanna overwrite" prompt.
Expected behavior
This warning is bogus and the warning should not appear. The file did effectively not change.
Neither should the user be prompted for an "overwrite" approval on next save.
draw.io version (In the Help->About menu of the draw.io editor):
- draw.io version 29.3.0
Desktop (please complete the following information):
- OS: Macos 14.8.3 (23J220)
- Cryptomator: 1.18.0 on FUSE-T
Additional context
Note that I could reduce the problem to Cryptomator with local-vault-only, stored on local block storage without Cloud sync.
