-
Notifications
You must be signed in to change notification settings - Fork 97
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
Tooltips within slideshows #22
Comments
you say they work with offset: [-1, 1] ? |
well, kind of, but then any other tooltip outside of the slideshow needs a different offset. I set this up as an editable JS Fiddle: |
@briancray When the tooltipsy's internal offset algorithm is replaced with jquery's built in one, the proper offset is calculated inside of the particular slideshow plugin I'm using. All other tooltips work as expected as well. I updated the JS Fiddle to reflect that (the patch is at the bottom of the scripts panel): |
Can you try it now? I'm using a different offset function |
Tooltips within content that is inside of a slideshow calculates the wrong left position.
Live example:
http://ghettocooler.net/stuff/code/tooltipsy-slideshow/
The text was updated successfully, but these errors were encountered: