Viktor Vincze
Viktor Vincze
Weird iOS bug. Do you think I should consider to add `cursor: pointer` automatically to clickable elements with tooltip?
Probably the passed content is not a string.
Can you show me the callback of the Ajax call please. You can also try `data-pt-target="true"` which will place the tooltip inside you DOM element thus removing both. But yes,...
I could reproduce the issue. https://jsfiddle.net/9kt3hfpj/1/ It probably has been introduced with a recent change as wiyh older versions it's working. You can you `$('#Section1').protipHideInside().remove()` as a workaround until it's...
The minfied file is already browser ready, the whole thing is not meant to be imported as a module. If you want to do that, you can try to import...
Yes, formatting can be handle, I agree on that, but not in the scope of this PR. For backward compability yes. Everything should stay at the same place. The ability...
I just check the code now if it works in practice. Tooltips are only appearing once, never ever again. (used noDebug.html) Update: Sticky tooltip are not working at all.
MutationObserver is already causing performance issues in certain cases, I don't really want to add more. `protipShow` is recreating the instance yes, that's why it's working. That mechanic behind it...
Just a heads up. Sorry, but I didn't have time so far to check. I'll do it the upcoming days.
This feature would be useful in some cases. I'll check on it later but maybe it'll land in 2.0 only.