-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bootbox 4.3.0 (next minor release) task list #220
Comments
Unsure if this is already added but with the new bootstrap 3.1.0 (I believe), they added the ability to make small or large dialog. Can you add it in the release as well? |
Someone's already very kindly submitted a PR with that in. I'll add it to the list so people know it's coming :) |
Could you maybe release a 4.2.1 with the the size parameter? This would be really great! |
+1 on what @DaSchTour asked. I came here to ask for that as well. |
I am running into a few issues with v4.2 running on Bootstrap 3.2.0. (also happens with BS 3.1.1) Basically when calling bootbox.dialog while a Bootstrap modal window is already open... I am having the following two issues:
Any chance of adding better support for Bootbox alerts on top of modal windows in a future release? For now I am considering disabling the backdrop to see if that avoids some of the issues. Thanks! |
Hi all, Sorry for ignoring this for so long; will try and carve out some time to look at these requests ASAP. Nick |
btw, imho it would be better if you can specify custom class to modal content. With that users could just simply add their own CSS class which has height and width specified. And basically this aproach will cover default bootstrap 'lg' and 'sm' handling as well. Another idea is just to specify width, and make small js snipet to increase height to maximum value that can be used (I have uses that aproach a lot in my apps with bootbox.js). |
4.3.0 just released; see the release tag page for full details. |
Closing this; will re-create with outstanding issues for 4.4.0 |
Would you please allow dismissing the modal by clicking the background? Or leave that as is by default and have a separate option that will allow for background click dismissal. Thanks |
@makeusabrew Where's the 4.4.0 milestone? I wanted to add a suggestion but I can't find it :) |
@RWOverdijk see #300 :) |
@schelebyan will hopefully get this scheduled for 4.4.0 |
core
ok
,cancel
andconfirm
button declarations up to root level options object on wrapper methodswidth
andheight
options (Option to maximise dialog #190)size
parameter to be specified (Add classNameSize (Bootstrap optional sizes) #228)docs
The text was updated successfully, but these errors were encountered: