The `Unsaved Changes` window behaves differently under the Exit and the Close operation.
The window will not disappear if I select exit and save a file
Exit
Close
Can you list steps for me that reproduce the issue? Thanks!
Can you list steps for me that reproduce the issue? Thanks!
- Ctrl+N to create a new document
- Enter something
- Ctrl+Q to exit and the
Unsaved Changesmenu appears - Select
Save
Then there will be a bug like the first image no matter it's a file picker or an error.
If you click the error message away, can you still use the file picker?
0x80070005 means that you don't have access permissions into the current directory. We should test that scenario and perhaps handle it more gracefully.
If you click the error message away, can you still use the file picker?
0x80070005 means that you don't have access permissions into the current directory. We should test that scenario and perhaps handle it more gracefully.
Since I don't have the permission so I can't use the file picker. However, the problem is that the Unsaved Changes window will still be there even if I click away either the file picker or the error window if I press CTRL + Q to exit. If I press CTRL + W to close the document, the Unsaved Changes window will close after openning the file picker or the error window.