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
It seems like there is some unexpected UI behavior when changing window focus for the nuspec inspector window. I think that removing focus from the window results in the nuspec inspector reloading the file content, which overwrites any changes a user has made. This can make for a difficult editing experience.
In my repro, I am attempting the following:
Create a new nuspec file
Change some fields such as creator/owner
Change windows to a web browser to get the license url
Change windows back to the nuspec inspector
Observed:
5. Nuspec inspector reloads the file content and my initial changes (not yet saved) are overwritten to preexisting the file content
Expected:
5. Nuspect inspector keeps my changes not yet saved
NuGet Package: [What is the name and version of the NuGet package you are installing?]
NuGetForUnity Version: 1.0.3
Unity Version: 2018.3.3f1
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
jwittner
changed the title
Version 1.0.3 Nuspect inspector reloads old content when switching window focus
Nuspec inspector reloads old content when switching window focus
Apr 4, 2019
Description
It seems like there is some unexpected UI behavior when changing window focus for the nuspec inspector window. I think that removing focus from the window results in the nuspec inspector reloading the file content, which overwrites any changes a user has made. This can make for a difficult editing experience.
In my repro, I am attempting the following:
Observed:
5. Nuspec inspector reloads the file content and my initial changes (not yet saved) are overwritten to preexisting the file content
Expected:
5. Nuspect inspector keeps my changes not yet saved
The text was updated successfully, but these errors were encountered: