Set User Focus issue

Hello,

I have a menu widget that contains a button that adds a widget displaying some instructions to the viewport. The issue I am having is that the user has to click on the instructions widget before it is in focus and that widget’s buttons become intractable. Here is an image of the menu blueprint which adds the instructions widget:

The instructions widget has isFocusable set to true.
Removing all other widgets does not work either.

Any help greatly appreciated.

It’s worth noting that when clicking on the button to open the instructions widget, the console is saying:

OnFocusLost() reason 0

Why would the focus be lost when clicking on a widget’s button? Could this be the issue?