-
There is a focus trap on the action buttons in the support Modal (possibly others as well).
This seems to be due to the action buttons being the first root-level element of the modal content. Thi…
jeryj updated
3 years ago
-
I'd love a way to go to the previous and next test without having to close the preview modal. It would be specially great if you could use the arrow keys on your keyboard to do so.
neojp updated
4 years ago
-
The design system has a `Modal` compoennt, so we should use it in the `StudioModal` component. Currently, we use `ReactModal`, which also implies unnecessary dependencies.
-
### Summary:
When there are radio buttons in a modal, you can escape focus with shift-tab.
### Steps to reproduce:
Steps are included in the test case below
### Expected behavior:
You s…
-
### Summary:
When an element in a modal calls `stopPropagation` on the click event, it seems the first click on the overlay does not close the modal.
### Steps to reproduce:
1. Create a modal wi…
-
There a lot of threads online about how to lock the body especially on iOS, but I haven't found a good answer.
body {
overflow: hidden;
}
Doesn't work on iOS.
My question is: how can I preven…
-
The BigBlueButton HTML5 application should be easier to customize than the Flash application (which required a recompile for making substantive changes).
Over the years, we added options in the cre…
-
### Summary:
in ios safari, you can drag the background elements under overlay after open modal.
also, if you have a background image on body, even used `position: fixed` or `overflow: hidden`, you …
-
### Summary:
Why doesn't `react-modal` use imperative style?
I mean, following:
```javascript
class MyComponent extends Component {
constructor() {
super();
...
this.modal = …
-
It seems that starting from today, I suddenly had to add in these extra bits of CSS to my ssb-interop.js other wise a bunch of stuff (chiefly the background of the main messages pane) in the slack UI …