Modal Dialog Example: Dialogs underneath other dialogs are not grayed out #523
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Milestone
In the modal dialog example,
when a dialog appears on top of another dialog, the lower z dialog is not grayed out and is not inert.
For example, open the "add delivery address" dialog. Then activate the "Verify Address" button. Then, activate the "accepting an alternative form" button, which opens the "end of the road" dialog. When the "end of the road" dialog is displayed, the underlying content from the "verify address" dialog is not grayed out and is still active.
The lower z dialog should always be grayed when another modal is opened on top of it. And clicking outside the currently active dialog should either do nothing or cancel the currently active dialog.
This was raised by @annabbott in a comment on issue 503.
The text was updated successfully, but these errors were encountered: