Currently the tab order in the New Solution dialog is out of sync with the order of the UI elements in the form. The visual order of elements is:
- Name
- Description
- Create Solution
- Cancel
But the tab order is:
- Name
- Create Solution
- Cancel
- Description
I believe that the tab order should be updated to match the visual order of the UI elements, and that this change will result in better usability.