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

Navigate with Tab and Shift+Tab #87

Closed MatiasHeffel closed 10 years ago

MatiasHeffel commented 10 years ago

As a developer in Visual Studio, I want to be able to navigate properly through the columns that are editable, so that I can quickly edit workitems. When I Tab or Shift-Tab to a read-only field, it gets in the way of quick editing. In some cases the first time enter in fields that are ReadOnly. (greyOut the background)

Acceptance Criteria

Navigate through all the editable fields for ones story or defect using the Tab key or Shift+Tab

Steps to Test

MatiasHeffel commented 10 years ago

I've make some refactor in the code and change the value of the index that is used to go through all the editable fields and also re-evaluate the property Read only for the field.