-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setCloseByBackdrop not work #30
Comments
Hi, Previously reported + fixed, please use the latest release 👍 Thanks @4.3.6 in URL - I've learnt however that jsDelivr needs an update.json file to auto update
|
Please also check the example index for the correct syntax :) and demonstration of closable/not closable :) closable must be true, in order to set closable settings, e.g. for a button to close it :)
|
Still not work even from your files from examples directory. Scenario: and my fiddle with youurs scripts v4.3.6 on click 'prevent' button still can close by backdrop click. Please look at this and tell me , i do something wrong or its a bug? |
Pls look at this one? rather than starting off negative start on a positive flow - i believe this meets the requirements? |
Hi, thanx for answer but still not work :) |
Can you please check on the latest release? |
Hi, |
Hi.
Cannot prevent modal close by backdrop click after modal shown.
Methods:
setCloseByBackdrop(false);
setCloseByKeyboard(false);
not works.
Method:
setClosable(false);
only remove "x" sign. Backdrop click still active.
http://jsfiddle.net/tpy5eogs/
Can you help me?
The text was updated successfully, but these errors were encountered: