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
The webMethod's API studio team is interested in having a context/overflow menu in a tree view item, to allow the addition of new folders, deletions, renaming, etc.
To add an overflow menu or right click context menu as a child of the tree view node, we have been exploring using right arrow to provide access to an overflow menu inside a node.
For end nodes, this would seem to be conflict-free, since right arrowing on an end node has no current action.
For a parent node, right arrow has an action. However, right arrow on an open parent node has an action which I would call a redundant action. All it does is move to the first child node of the parent, which can also be accomplished with a down arrow.
Current interaction
Right arrow:
When focus is on a closed node, opens the node; focus does not move.
When focus is on a open node, moves focus to the first child node.
When focus is on an end node, does nothing.
Proposed interaction
Right arrow:
When focus is on a closed node, opens the node; focus does not move.
When focus is on a open node, moves focus to the secondary action, if one exists.
When focus is on an end node, moves focus to the secondary action, if one exists.
The best way to experience the proposed interaction is through the Monday tool, where it has been implemented effectively, making it easy to explore and interact with.
Acceptance criteria
The webMethod's API studio team is interested in having a context/overflow menu in a tree view item, to allow the addition of new folders, deletions, renaming, etc.
To add an overflow menu or right click context menu as a child of the tree view node, we have been exploring using right arrow to provide access to an overflow menu inside a node.
For end nodes, this would seem to be conflict-free, since right arrowing on an end node has no current action.
For a parent node, right arrow has an action. However, right arrow on an open parent node has an action which I would call a redundant action. All it does is move to the first child node of the parent, which can also be accomplished with a down arrow.
Current interaction
Right arrow:
Proposed interaction
Right arrow:
Important links:
The text was updated successfully, but these errors were encountered: