You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file is a temporary file dragged and dropped into NP3 (e.g., dragging a file from 7z into NP3), and there are unsaved changes in the current window, NP3 will prompt that there are unsaved changes. After selecting "OK" or "Cancel" to dismiss the dialog, NP3 will then try to access the temporary file, which has been deleted immediately after the drag-and-drop operation. NP3 will display an error message saying the file cannot be found and remain in the "unsaved changes" state. If the user attempts to drag the file from 7z into NP3 again, NP3 will cycle through the sequence of "ask to save" → "file not found" → "nothing happens," and the file from 7z will never open.
Current Behavior
The user cannot retry opening a dragged-in temporary file. They need to manually resolve the conflict repeatedly (at least twice), which leads to a poor experience with unnecessary repeated prompts.
Expected Behavior
When NP3 receives a drag-and-drop operation and asks whether to save the file, regardless of whether the user chooses to save or discard, NP3 should close the original file and return to a state with no file open. This way, the user can retry opening the file and achieve the desired outcome.
Steps to Reproduce:
Drag and drop a temporary file (e.g., from 7z) into NP3.
Have unsaved changes in the current window.
NP3 will ask if you want to save the file, select "OK" or "Cancel" to close the dialog.
After the drag-and-drop, NP3 will try to access the now-deleted temporary file and show an error that the file cannot be found, remaining in the "unsaved changes" state.
If you try to drag the file from 7z again, NP3 will loop through "ask to save" → "file not found" → "nothing happens," and the file cannot be opened.
The text was updated successfully, but these errors were encountered:
Description
When a file is a temporary file dragged and dropped into NP3 (e.g., dragging a file from 7z into NP3), and there are unsaved changes in the current window, NP3 will prompt that there are unsaved changes. After selecting "OK" or "Cancel" to dismiss the dialog, NP3 will then try to access the temporary file, which has been deleted immediately after the drag-and-drop operation. NP3 will display an error message saying the file cannot be found and remain in the "unsaved changes" state. If the user attempts to drag the file from 7z into NP3 again, NP3 will cycle through the sequence of "ask to save" → "file not found" → "nothing happens," and the file from 7z will never open.
Current Behavior
The user cannot retry opening a dragged-in temporary file. They need to manually resolve the conflict repeatedly (at least twice), which leads to a poor experience with unnecessary repeated prompts.
Expected Behavior
When NP3 receives a drag-and-drop operation and asks whether to save the file, regardless of whether the user chooses to save or discard, NP3 should close the original file and return to a state with no file open. This way, the user can retry opening the file and achieve the desired outcome.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: