Floating menu stealing focus

I have a Floating Menu with a Web Item... I use this as sort of a notification, letting me know of some layers pressed on my keyboard. I don't need to interact with it. It seems like whenever I activate it, my cursor will loose focus... I notice this only when I'm on an input field.

It seems like my currently active app doesn't change, but the cursor stops blinking, so it's very inconvenient if I'm in the middle of typing something. Any way to avoid this? I don't know if I'm missing any toggle or option.

Make sure that the below configs are disabled:

1.On the Floating Menu itself:

  1. And this is on "Web item":

Just out of curiosity - why are you using floating menus and not "Show HUD overlay" action?

I think there might currently be an issue where floating menus with webviews always steal the keyboard focus - regardless of settings. I'll check!

The webviews should not steal focus anymore in 5.273

I did try with the Show HUD overlay, but I wanted more control on the font and size. Also, I need to be able to toggle it on/off as needed but the HUD overlay can only be triggered to appear and will fade out automatically (at least in my testing)

Thank you so much! 5.273 fixed it.