Skip to content
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

Popover bug in bootstrap.js - 3.3.5 #17550

Closed
kameas opened this issue Sep 10, 2015 · 5 comments
Closed

Popover bug in bootstrap.js - 3.3.5 #17550

kameas opened this issue Sep 10, 2015 · 5 comments
Labels

Comments

@kameas
Copy link

kameas commented Sep 10, 2015

  1. click on button popover
  2. click on body
  3. click on button popover (3.3.4 - 1 click, 3.3.5 - 2 click)

https://jsfiddle.net/2jne44zh/1/ - its work on 3.3.4
https://jsfiddle.net/m6xdqg8y/ - now its bug on 3.3.5

@twbs-lmvtfy
Copy link

Hi @kameas!

You appear to have posted a live example (https://fiddle.jshell.net/2jne44zh/1/show/light/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:

  • line 16, column 7: W013: Bootstrap version might be outdated. Latest version is at least 3.3.5 ; saw what appears to be usage of Bootstrap 3.0.2
  • line 20, column 7: W013: Bootstrap version might be outdated. Latest version is at least 3.3.5 ; saw what appears to be usage of Bootstrap 3.3.4

You'll need to fix these errors and post a revised example before we can proceed further.
Thanks!

(Please note that this is a fully automated comment.)

@twbs-lmvtfy
Copy link

Hi @kameas!

You appear to have posted a live example (https://fiddle.jshell.net/m6xdqg8y/show/light/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:

  • line 16, column 7: W013: Bootstrap version might be outdated. Latest version is at least 3.3.5 ; saw what appears to be usage of Bootstrap 3.0.2

You'll need to fix these errors and post a revised example before we can proceed further.
Thanks!

(Please note that this is a fully automated comment.)

@cvrebert
Copy link
Collaborator

And you're mixing different versions of Bootstrap's CSS and JavaScript, which is also invalid; their versions must always match.
If there's still an issue after resolving that, please post revised JS Fiddles and I'll be happy to reopen this issue.

@kameas
Copy link
Author

kameas commented Sep 10, 2015

@cvrebert cvrebert reopened this Sep 10, 2015
@cvrebert cvrebert modified the milestone: v3.3.6 Sep 10, 2015
@cvrebert
Copy link
Collaborator

Duplicate of #16732.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants