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

Hover dialog mostly not showing when element is at the bottom of browser window #53

Open
ghost opened this issue Sep 29, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 29, 2014

Hover dialog mostly not showing when element is at the bottom of browser window. Only the top part is showing and therefore I can't see the function.

Is there a way to move the dialog window or capture the dialog's text?
cap

@DataTables
Copy link
Collaborator

Could you link to a page showing the problem please?

@ghost
Copy link
Author

ghost commented Sep 29, 2014

Create a free account at jotform.com. Create a simple form. Then go to http://www.jotform.com/myforms3/form.picker.php (You have to be logged in to see the page)

@DataTables
Copy link
Collaborator

Thanks - I'll try to take a look later this week.

@ghost
Copy link
Author

ghost commented Sep 30, 2014

For now I modified this line:
var targetT = offset.top + 15; // magic number - height of info button
to something like:
var targetT = offset.top - 200; // magic number - height of info button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants