-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.x
-
Component/s: Dialog (deprecated), JavaScript
-
Labels:None
-
Git Pull Request:
The user is currently able to focus on elements behind the modal, though only when they're inside iframes. This change adds code to prevent this by changing all iframes on the page to have a tabIndex value of -1. It restores the tabIndex attribute when the modal is closed.
- relates
-
LPS-46935 Modal Windows should prevent interaction with parent application
- Closed