You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: