-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
v3.3.5 popover placement #16697
Comments
Hi @bassxzero! You appear to have posted a live example (http://fiddle.jshell.net/1ejmvg1v/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:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
This is my first time posting so I'm not sure how all this works. With that said, here is an updated fiddle. |
Hi @bassxzero! You appear to have posted a live example (https://fiddle.jshell.net/4t8d6e5d/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:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
I wasn't able to notice any difference between the two JS examples posted in the last JSFiddle @bassxzero on Chrome 43.0.2357.81 with OS X 10.10.3 |
I am having the same issue. |
Hi @jitendersandhu! You appear to have posted a live example (http://run.plnkr.co/plunks/0cX5jxlM976DP8adNlzU/), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Hi @jitendersandhu! You appear to have posted a live example (http://fiddle.jshell.net/4urkkgnj/7/show/light/), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
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, |
In case I leave something out, I also posted this on stackoverflow. http://stackoverflow.com/questions/31014152/bootstrap-v3-3-5-popover-placement
When I try to add a popover to an element that is not on the screen, the popover doesn't align properly. The strange thing about it is, it only happens when i use right or left placement. If I set the placement of the popover to top, bottom, or auto then it works just fine (this is noted in the example).
Here is a JSBin http://jsbin.com/vohariwuja/edit?html,js,output
Goal This example shows what I'm trying to do. http://jsfiddle.net/1ejmvg1v/ It is using version 3.1.1. Scroll down, click 'Test' button, scroll up, and the popover is correctly placed.
HTML
JavaScript
The text was updated successfully, but these errors were encountered: