drewwilson / TipTip

Intelligent ToolTip jQuery Plugin
http://code.drewwilson.com/entry/tiptip-jquery-plugin
124 stars 70 forks source link

The generated tooltip will be rendered outside the browser window #3

Open pinglamb opened 13 years ago

pinglamb commented 13 years ago

When the height of the tooltip content is too large, part of the generated div will be rendered out of the browser window (e.g. because of the negative top margin). Sometimes it is not appropriate.

Suggestion: Add a options to skip vertical comparison.

danimesq commented 6 years ago

Fixed in: https://github.com/ScreensOS/TipTip/pull/5.