jquery-confirm icon indicating copy to clipboard operation
jquery-confirm copied to clipboard

Background dismiss not working on firefox.

Open yomisimie opened this issue 6 years ago • 4 comments

jquery-confirm version: v3.x.x

I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request

Current behavior:

I added the "backgroundDismiss" option in the dialog but it doesn't seem to work on firefox. Neither the examples on the demo website. Also the same happens for the "escapeKey"

Expected behavior:

The pop-up should close

Steps to reproduce: On the latest version of firefox developer edition, you can try the Background Dismiss button on the demo website.

yomisimie avatar Jun 18 '18 11:06 yomisimie

I've got the same problem. Please fix it as soon as possible, ok?

lampo1024 avatar Jul 01 '18 09:07 lampo1024

It's December and this still isn't fixed.

triynko avatar Dec 28 '18 14:12 triynko

Looks like this CSS rules solve this issue .jconfirm .jconfirm-bg { z-index: -999; }

See https://github.com/craftpip/jquery-confirm/issues/465#issuecomment-484091217

flocondetoile avatar Oct 21 '19 20:10 flocondetoile

Looks like this CSS rules solve this issue .jconfirm .jconfirm-bg { z-index: -999; }

See #465 (comment)

Confirm that it "fixes" it, even though it needs a real fix in the code.

Thanks for the tip, btw!

aleaforny avatar Jan 19 '20 14:01 aleaforny