I’m working on a Vaadin 24 application where one half of a screen contains a few modeless dialogs with their positions set using a technique from the Vaadin Cookbook. These dialogs are always open because I’m using them as an overlay over some scrollable content on this half of the screen.
The other half of this screen contains a form, but I can’t navigate the form fields using my tab key when the dialogs are open. How do I prevent the modeless dialogs from blocking keyboard navigation?