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

Tooltip/Popover focus+click trigger not working as expected. #16870

Closed
adityatj opened this issue Jul 23, 2015 · 3 comments
Closed

Tooltip/Popover focus+click trigger not working as expected. #16870

adityatj opened this issue Jul 23, 2015 · 3 comments
Labels

Comments

@adityatj
Copy link

I've been meddling with popover for quite some time using a combination of focus and click trigger. Looks like the popover behavior is unpredictable. Please observe the following fiddle.

http://jsfiddle.net/adityatj/wcxxss8u/1/

@cvrebert cvrebert changed the title Popover focus+click trigger not working as expected. Tooltip/Popover focus+click trigger not working as expected. Jul 23, 2015
@cvrebert cvrebert added the js label Jul 23, 2015
@ernestopye
Copy link

👍

@cvrebert cvrebert added the v3 label Aug 19, 2015
@emgogh
Copy link

emgogh commented Jan 18, 2016

Yup. On 3.3.1 that combo ('focus click') mostly worked. If you showed the popover with a direct click, then dismissed via a focus change (clicking on something else) and then tried to reshow with another direct click, the popover would show and then immediately dismiss itself again (implying that BS didn't entirely tell itself that the focus-based dismiss actually hid the popover, so the next click-based show got confused about the actual state of the popover).

Anyway, on 3.3.6 (as evidenced by the jsfiddle of the OP), it's considerably WORSE than before. The combo seems to produce a popover that is downright dysfunctional.

@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

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

6 participants
@mdo @cvrebert @adityatj @emgogh @ernestopye and others