-
When closing a modal, the focus is not moved from the trigger when opening, nor returned to the opening trigger.
Demo: can be seen on the micromodal.now.sh landing page.
iOS 14.0.1
Safari
Pr…
-
Oh dear, I know...
But still I have to ask; what does it take to get Micromodal to work on IE11? I can guess this is linked to ES6 new stuff like spread operator but I wondered anyway.
Thanks a lot …
klprt updated
4 years ago
-
That is something that is very annoying if modal contains ay kind of form. In that case, I often click the mouse on text input and let go of it when I move the cursor a bit - when the cursor is alread…
-
I've just found one line in the source code that made me confused
https://github.com/ghosh/Micromodal/blob/master/lib/src/index.js#L106
```js
const body = document.querySelector('body')
```
…
-
**Current behavior** - Selecting a field or text in the modal closes it if mouse is dragged outside the modal.
Example from [zulip](https://github.com/zulip/zulip) project-
![selecting-inside-moda…
-
Hello,
Thank you for this awesome plugin.
In real projects i have a video / newsletter / ... modals, and they have custom onClose functions.
Can you please adjust it to return an instance with …
-
Hard to intigrate in HTML, Please add complete example with button to show modal on click.
-
I have an issue exactly opposite to this issue: https://github.com/ghosh/Micromodal/issues/180
Since I have a link within the the `main` portion of the modal, upon triggering the modal open, focus …
-
Switch bios to accessible modals with that framework I bookmarked, or at least test for accessibility
*Source url:* https://journal.bahaistudies.ca/online/article/view/250
*Reported by:* baltair@baha…
-
Here's a video: https://drive.google.com/file/d/150mGwQNYmXyfykiVVdkw1VhCKvBhfQ96/view
This is small but really annoying issue!
p.s. the easiest solution is replace 'click' event by 'mousedown' …