tooltip
tooltip copied to clipboard
JavaScript Tooltip component.
Is this library still being maintained? https://github.com/sir-dunxalot/ember-tooltips uses this library and I'd like to continue doing so. However, there are some issues blocking use for some developers. For example, #24...
Position `auto` which would place the tooltip on the side with most space on screen.
The [published JS](http://darsa.in/tooltip/dist/tooltip.js) includes lines that look like ``` js require.register("darsain-event/index.js", Function("exports, require, module", "'use strict';\n\ \n\ /**\n\ ... ``` This is valid JavaScript, but violates a [Content Security Policy](https://www.owasp.org/index.php/Content_Security_Policy)...
The code expects window.document.body to already exist when it's loaded, which isn't true if the script tag is in . I realize putting the script tag at the bottom of...
Let's npm all the things! https://github.com/componentjs/component/issues/639
Now it's the right one! :) See https://www.npmjs.com/package/tau-tooltip
_Current proposal_ #### #position(x, y) , #position(element) Should only re-position the tooltip to x,y coordinates, or element. It shouldn't do any attaching under the hood, and should be oblivious to...
Right now I have a tooltip on an element that is within an overflow container. When I scroll, the tooltip stays even as the element scrolls out of view. Ideally...
CSS animations have 90%+ support right now, and they would make life quite easier, and API cleaner. The cons are none, as animation support is the same as transition support....
... but don't break compatibility with component.