MillersvilleCS / pumlbuilder

Penultimate UML Builder
MIT License
0 stars 1 forks source link

Value Entry Behavior in Properties Pane #38

Open mfansler opened 9 years ago

mfansler commented 9 years ago

After entering a value in a TextField in the PropertiesPane, it would make sense if both Enter and Tab keys would change the value and then shift focus to the next item.

mfansler commented 9 years ago

Also, hitting Tab on the last field in the PropertiesPane results in changing to the first field in the DocumentViewPane. Instead I would expect tabbing to cycle back around to the first field in the PropertiesPane. Similarly, tabbing within each of the components should keep the edit focus in the component.