xwic / jWic

jWic is a java-based development framework for developing dynamic web applications with the convenience and familiarity of 'rich client' style programming.
https://github.com/xwic/jWic/wiki
4 stars 3 forks source link

LazyTooltip #43

Closed lippisch closed 8 years ago

lippisch commented 8 years ago

When the LazyTooltip opens at the bottom of the page, it is displayed above the hover-element instead of below. As the position is calculated from the hover-element bottom, the tooltip floats over the element instead of above it. Even worse: If the mouse-cursor is in the tool-tip, it immediately closes the tooltip as the element below receives a mouseOut event.

vzhovtyuk commented 8 years ago

I was able to reproduce issue with tooltip at the bottom of the page lazytooltipbottompage There is no much place to put tooltip on the botton. But we can put tooltip under hover-element. Please see proposed solution on screenshots. Tooltip was moved to 30px botton:

lazytooltipbottompagefixed

Tooltip moved to bottom multi line size: lazytooltipbottompagefixedmultiline.

Issue with hiding tooltip with overlapping events was fixed as well. Fixed in branch vitaliy_lazy_tooltip_issues