You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with rawgit, not the current state of the v6 branch.
Your fix doesn't really fix the issue - the version of bootbox which rawgit is loading is kinda old and contains a bug that's since been fixed (the version check was written incorrectly).
I will verify that Github has my most recent changes, but either way, v6 doesn't have the bug you're describing.
Your fix doesn't really fix the issue - the version of bootbox which rawgit is loading is kinda old and contains a bug that's since been fixed (the version check was written incorrectly).
Alright, thats seems likely.
I will verify that Github has my most recent changes, but either way, v6 doesn't have the bug you're describing.
Ok. I think the issue could be closed as the branch is WIP then.
As previously posted on issue #777, I decided to move it here as I could reproduce it with a simple codepen;
"Breaks intended layout" simply means its very different from the examples in Bootbox website.
This might only apply to these specific versions.
Original post below
@tiesont I might have found an issue with the current BS5.2 branch, using the dist/bootbox.all.min.js file.
When using
It generates the following HTML:
I fixed it by swapping a "prepend" call to "append" in the dist file. Don't know if it broke anything else.
After replacing:
Resulted in:
Using bootstrap with this CDN:
The text was updated successfully, but these errors were encountered: