-
```
What steps will reproduce the problem?
1. Create a modal dialog class with the editor pane in it.
2. Show the dialog.
3. User the find action.
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1. Create a modal dialog class with the editor pane in it.
2. Show the dialog.
3. User the find action.
What is the expected output? What do you see inst…
-
### Guidelines
- [X] I agree to follow this project's Contributing Guidelines.
### Project Version
1.0
### Platform and OS Version
Tested in Windows and Google Chrome
### Existing Issues
_No re…
-
Let me start by saying that modal dialogs are *the worst* to implement properly on the web. In fact, some screen readers *never* handle them properly, *no matter what*. My solution is to open a new ta…
-
When adding this section, use id="dialog_nonmodal" on the section element; this is the ID of the stub that was in early working drafts.
When working on this issue, there is some old content that ma…
-
**Describe the bug**
By default, the Dialog component is a modal window. This means that once the Dialog appears, the page elements are the only ones the users can interact with.
Currently, if yo…
-
The nested modal dialog example on https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/dialog.html doesn't work with Safari/VoiceOver (both on MacOS and iOS).
The VoiceOver cursor ring r…
-
```
What steps will reproduce the problem?
1. Create a modal dialog class with the editor pane in it.
2. Show the dialog.
3. User the find action.
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1. Create a modal dialog class with the editor pane in it.
2. Show the dialog.
3. User the find action.
What is the expected output? What do you see inst…
-
In Chrome, when executing `dialog.offsetParent` on a modal dialog, it returns `null`. Shouldn't it return `` ?
I tested this on fullscreen elements, and it would return `` in both Chrome and Firef…