If widget button is selected and i press tab, it selects the next button :(

It is due to the navigation functionality for widgets, which you can only de-activate by completely disabling keyboard focus support all together. You could either listen to the OnPreviewKeyDown event or close the menu from the controller instead (using an input event).

1 Like