Steven Benner
Steven Benner
This is a good idea. I would like PowerTip work correctly with elements that have CSS transform effects applied to them. I've got a couple of bugs ahead of this...
What a frustrating bug. Basing the browser scroll properties on the raw, scaled viewport seems like pretty silly decision. Sure if you have a good solution to the problem I...
Are you trying to update content in the tooltip while it is open? The content within the tooltip is only created (updated) from the data when the tooltip begins to...
I will investigate what it will take to add some kind of functionality to refresh the content of an open tooltip. I suspect that it would be pretty easy if...
@speedplane Good example! That scenario actually makes this request more complicated than I had originally thought. I was thinking about just providing a simple API that updates the currently open...
Yeah, there a known issues with image maps right now. This is most likely because the `getBoundingClientRect()` function is not set up to handle the complex shapes found in image...
AJAX support is still on the "maybe" pile. But so far there hasn't really been a need since it isn't all that difficult to implement AJAX content with a little...
@tslatt What you want is a live mode (see: issue #33). That's something that I've been considering for a long time but it's easier said than done and would add...
This is still on my radar. Just haven't had time to do any serious new feature work reviews. Also, I think there are two conversations going on here. Let me...
Are you wanting to replace the content of a tooltip that is currently open, or are you looking for a more intuitive way to set the content than the current...