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 doesn't open after been closed with 'hide' method. #19372

Closed
mariogl opened this issue Mar 2, 2016 · 3 comments
Closed

Popover doesn't open after been closed with 'hide' method. #19372

mariogl opened this issue Mar 2, 2016 · 3 comments
Labels

Comments

@mariogl
Copy link

mariogl commented Mar 2, 2016

After a popover is closed by method 'hide' from code, it's necessary to click on its trigger twice in order to open it again.

I'm using Bootstrap v3.3.6. If I use previous versions of Bootstrap (i.e., v3.0.2), it works fine.

An example that illustrates this issue: http://codepen.io/mariogl/pen/EKapXE

@twbs-lmvtfy
Copy link

Hi @mariogl!

You appear to have posted a live example (http://codepen.io/mariogl/pen/EKapXE.html), 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 8, column 1: W007: Found one or more <button>s missing a type attribute.
  • line 10, column 1: W007: Found one or more <button>s missing a type attribute.

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.)

@mariogl
Copy link
Author

mariogl commented Mar 2, 2016

Revised example: http://codepen.io/mariogl/pen/EKapXE

@cvrebert
Copy link
Collaborator

cvrebert commented Mar 2, 2016

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