versionone / VersionOne.Client.VisualStudio

View and update VersionOne work items directly from Visual Studio
http://versionone.github.io/VersionOne.Client.VisualStudio
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Change values from Properties windows in visual Stuido #92

Closed MatiasHeffel closed 10 years ago

MatiasHeffel commented 10 years ago

As a developer after open the properties widows using for example the Properties on the context menu, I want to change some value and I want to continue seeing the properties for the task, test or defect or story that I've been selected before.

Acceptance Criteria

After have been change any value in the Properties windows I don't want to lose the focus there.

Steps to testing

NOTES from Item #76 As a developer in Visual Studio, I want to quickly and easily describe workitems so that I can get on with writing code. When editing the description field causes the selected workitem to become unselected, then it gets in the way of my quick and easy edits.

Steps to Reproduce:

  1. Right-click a story and select the Properties option from the context menu.
  2. Click the editor button for the Description field.
  3. Write some text.
  4. Click OK. Notice: The selected workitem in the Task View becomes unselected. This also causes the Properties to go blank (since there is no selected item).

    Acceptance Criteria:

    • The selected workitem remains selected.