-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Modal get closed on click on any element #89
Comments
@Bessonov If you can provide a JSFiddle or similar demonstrating the problem, that would be great. |
@RyanZim |
@Bessonov thanks for reporting. Will be fixed ASAP. |
@thednp |
|
@thednp Yes, but if you publish |
Oh, I see. Then we figure it out then. What do you recommend in the future when this kind of minor version is required? |
Just follow SemVer:
Always bump version numbers by only one. Keep in mind, |
Oops, didn't realize you had already published |
Yes Ryan. |
Hello thednp,
thank you and other commiters for this great library! Bootstrap's dependency on fat jQuery is a really show stopper.
I guess this line introduce an unexpected behavior in 1.0.5:
https://github.com/thednp/bootstrap.native/blob/1.0.5/lib/modal-native.js#L186
If I click on content area of a modal or on any input in modal, then modal close itself. If I swap line 186 with 185, then it seems to be working as expected.
The text was updated successfully, but these errors were encountered: