-
Notifications
You must be signed in to change notification settings - Fork 235
Description
Steps to reproduce I:
- Go to https://editor.mergely.com/
- Enter some text on both sides
- Go to File->Share and click "Save for sharing"
- Do File->Share again
Expected: nothing much should happen. Maybe copy the url to the clipbpoard or tell me that the current diff is already saved and the url for sharing it is in my very address bar
Observed: This prompt:
and of course the "Delete permanently" does delete the diff. But I never asked to. I clicked on "Share".
Steps to reproduce II:
- Go to https://editor.mergely.com/
- Enter some text on both sides
- Go to File->Share and click "Save for sharing"
- Further edit at least one side
- Do File->Share again
Expected:
There are a few reasonable options here. What File->Share should accomplish in this scenario is to save the new diff and update the URL. But I was editing a previously saved one so I should probably get some sort of warning.
Let's say that at step 2 I had some texts in the editor and after step 3 it got saved as editor.mergely.com/ABCDE.
The simplest sensible behavior that I can think of for what happens after step 5 is that:
- the new diff gets saved with a new id
- the url in the browser's address bar gets updated to
editor.mergely.com/FGHIJ - optionally (but very recommended) a popup or flash message shows up alerting me that the url has changed and that the URL of the old diff that I previously saved is
editor.mergely.com/ABCDE.
No deletion should be involved
