Michael Sander
Michael Sander
I'm running powertip 1.3.1 and got the following exception: ``` jquery.powertip.js:964 Uncaught TypeError: Cannot read property 'data' of null at hideTip (jquery.powertip.js:964) at showTip (jquery.powertip.js:855) at HTMLDivElement.queueTipInit (jquery.powertip.js:829) at Function.dequeue...
Powertip's `isMouseOver` function does not properly calculate the height of SVG elements, which causes it to determine that the mouse is not over an object when it really is. The...
Hi again, As I mentioned in an earlier issue, some of my pages use [very large tooltips](https://www.docketalarm.com/cases/California_Northern_District_Court/3--10-cv-03561/Oracle_America_Inc._v._Google_Inc./) (hover over Google and Oracle to see them). The smartPlacement feature is great,...
Currently there is an event before the data is rendered and after it is displayed to the user. It would be nice if there was an event that was triggered...
The inline image parser does not look for whitespace before the `EI` keyword as it should. Thus if you have a content stream as follows, the parser would crash: ```...
Before starting a new Browserproy server, check to see if the server is running. If it is, then just use the existing server rather than starting a new one. This...
I came across a crash while hovering over a number of items that have powertips. This is some sort of open/close race condition, because it doesn't happen often, although I...
## Motivation Take a look at this beautiful tooltip, and especially the tooltip arrow, compliments of Hubspot: Notice a few things (enlarged below): - The tooltip arrow has a **border...
The automatic horizontal placement of nodes in the Sankey chart is nice, but sometimes you need a bit more specificity. This commit adds a parameter which allows nodes to be...
The following results in an infinite loop: ``` import range_regex range_regex.bounded_regex_for_range(-2, 50) ``` If negatives aren't supported, would at least be nice to throw an exception.