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 stays hidden if closed by a double-click #15251

Closed
morille opened this issue Nov 29, 2014 · 5 comments
Closed

Popover stays hidden if closed by a double-click #15251

morille opened this issue Nov 29, 2014 · 5 comments

Comments

@morille
Copy link

morille commented Nov 29, 2014

Bootsrap 3.3.1 on Chrome 39 and Windows 8
You can check directly with the live demo from the doc: http://getbootstrap.com/javascript/#popovers
Just click one time one the button to open the popover, then double-click the button, the popover hides and won't show again.
Seems that in the "Tooltip.prototype.hide" complete function, forcing to always detach the tip fixes that issue.
Cheers,
Romain.

@cvrebert cvrebert added the js label Nov 29, 2014
@cvrebert cvrebert added this to the v3.3.2 milestone Nov 29, 2014
@ghost
Copy link

ghost commented Nov 29, 2014

It's ok for me on chrome 39 ubuntu 14.04

@tesarm
Copy link

tesarm commented Dec 2, 2014

Same issue on Chrome 39.0.2171.71 (64-bit) Mac OS X 10.10

@ankurkaushal
Copy link

I am seeing this issue on Chrome 39.0.2171.71 (64-bit) on Mac OS X 10.10 as well. Romain is right, forcing always to detach() fixes the issue.

@mdo mdo modified the milestones: v3.3.2, v3.3.3 Jan 19, 2015
@cvrebert
Copy link
Collaborator

Confirmed as of v3.3.4 on OS X Chrome, regarding the dismiss-on-next-click popover button.

@cvrebert cvrebert modified the milestones: v3.3.5, v3.3.4 Mar 15, 2015
@mdo mdo modified the milestones: v3.3.5, v3.3.6 Jun 16, 2015
@cvrebert cvrebert added the v3 label Aug 19, 2015
@mdo mdo modified the milestones: v3.3.6, v3.3.7 Nov 24, 2015
@cvrebert cvrebert modified the milestones: v3.3.7, v3.3.8 Jul 25, 2016
@mdo
Copy link
Member

mdo commented Sep 5, 2016

Bootstrap 3 is no longer being officially developed or supported.

All work has moved onto our next major release, v4. As such, this issue or pull request is being closed as a "won't fix." For additional help and support, we recommend utilizing our community resources. Thanks for your understanding, and see you on the other side of v4!

<3,
@mdo and team

@mdo mdo closed this as completed Sep 5, 2016
@mdo mdo modified the milestone: v3.3.8 Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants