Module FocusOnPressEnums

FocusOnPress

Focus behavior on node press.

Since Kanzi 3.9.4

None

Does nothing.

Node

Tries to set focus to the node that the user pressed and if that fails, does nothing.

NodeOrAncestor

Tries to set focus to the node that the user pressed and if that fails, sets focus to the nearest focusable ancestor of that node.

NodeOrOverlay

Tries to set focus to the node that the user pressed and if that fails, sets focus to the overlay scope that contains the node.