Micromodal icon indicating copy to clipboard operation
Micromodal copied to clipboard

Esc and focus trap does not work if iframe is inside the modal

Open jacktan165 opened this issue 2 years ago • 4 comments

jacktan165 avatar Nov 02 '22 21:11 jacktan165

Is there any update on this. The problem still exists.

arek-kilimar-allhuman avatar Jun 16 '23 08:06 arek-kilimar-allhuman

I encountered the same problem - the modal window does not close by pressing the Esc button if there is an iframe inside it

kartmax avatar Mar 28 '24 00:03 kartmax

I encountered the same problem - the modal window does not close by pressing the Esc button if there is an iframe inside it

I figured it out - you need to include this setting in the object when initializing the modal window - disableFocus : true, After that, the Esc button worked

kartmax avatar Mar 28 '24 00:03 kartmax