contextmenu navigation

i added navigation:true, in a contextmenu but it didn’t work. Is there a problem with it or do i have to add somthing else to my code?

Well, navigation required that selection is enabled for the component. Then, selected area can be moved by keyboard.

The highlight of menu, submenu and contextmenu items depends on mouse movements, though. So you cannot use navigation:true for these needs.