DataTables / VisualEvent

Visually show Javascript events on a page
http://sprymedia.co.uk
1.04k stars 161 forks source link

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

Open ghost opened 10 years ago

ghost commented 10 years ago

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 commented 10 years ago

Could you link to a page showing the problem please?

ghost commented 10 years ago

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 commented 10 years ago

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

ghost commented 10 years ago

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