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

Keep focus on selected workitem after editing description #76

Closed morrica01 closed 10 years ago

morrica01 commented 10 years ago

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.