Focus is not trapped in any of the field action dialogs and moves to the page behindDescriptionFocus is not trapped inside the dialog until the it gets closed, but moves to the page behind the dialog. This violates (WCAG 2.0 Level A) Success Criterion 2.4.3 Focus Order.Steps to Reproduce 1. Navigate to "Workspace Experience > Workspaces > Agent Workspace Home".2. Open any list, for example Incidents > Open, then open any record.3. Navigate to any field in the form which is having the lookup icon (Search) button and click on the lookup icon to open the respective action dialog.4. Navigate to the last element in the dialog.5. Press TAB key from the keyboard. Observe the focus is not trapped inside the dialog, instead is moving to the page behind the dialog.Workaround This problem is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form. As a workaround, ensure that the footer-actions property is defined in your implementation of now-modal; a simple "close" button that sets the modal's opened property to false is sufficient. Related Problem: PRB1445431