-
-
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
Detect viewport edges with tooltips, popovers, and dropdowns #3637
Comments
I've long wanted improved viewport edge detection. Unsure if we have this particular aspect file already. @fat, take a look when you can please? |
+1 |
Hey @marcalj, Thanks for opening this issue! Unfotunately, it looks like it fails to pass the tests neccessary for submitting to bootstrap. The following tests are currently failing:
For a full list of issue filing guidelines, please refer to the bootstrap issue filing guidelines. thanks! |
@fat I think your script needs a little tweaking. Not everything needs a jsFiddle or maybe this should be tagged as a feature instead. |
yep, should be a feature |
Renamed issue to ensure we snag all the applicable components in one pass as this extends beyond tooltips. |
Any update/ETA on this? |
+1 for this |
@fat @markdotto any word on this and related issues? An example of this can be seen here: http://twitter.github.com/bootstrap/components.html#dropdowns (hover over the More Options under the submenu section - it renders off the page). Thank you. |
This issue have been there for long time. I was able to fix it with the following code
I'm not sure how this work, but it's not working on my ipad or mobile. |
👍 @willit0 |
Going to pass over to @mdo – need the nw, ne, sw, se, css styles first… then i'll whip up some js real quick |
Really looking forward to see this implemented! :) +1 for this |
+1 for this! |
I could be mistaken, but in the dupe and merge shuffle, I think the original request to take viewports into account when displaying dropdowns was lost. |
@lieut-data: I'd advise filing a new issue specifically for dropdowns. |
There's a nice solution for popovers here: |
Hi, take a look at this tooltips plugin:
http://osvaldas.info/blog/elegant-css-and-jquery-tooltip-responsive-mobile-friendly
It works perfect positioning tooltips on window borders, not like Twitter Bootstrap!
I'm not sure if it's a CSS or JS issue.
The text was updated successfully, but these errors were encountered: