Luís Rodrigues
Luís Rodrigues
I was looking to get rid of jQuery as well, so I took some time off to fork Bigfoot as [littlefoot](https://github.com/goblindegook/littlefoot). I added unit tests and rewrote the codebase in...
Thanks for reporting. I can reproduce it on your site, although only infrequently, it seems to occur more often when the popover has already been triggered before. I will investigate...
When you say the footnote has a link, you mean the original HTML? Can you post a snippet, please?
That is weird. I haven't been able to replicate it yet on my side.
Thanks for the update, @HarshilShah. I'll keep this open as I feel there are some improvements to be made on the click handling. Could also be button element semantics, as...
That's odd. `hoverDelay` only takes effect when `activateOnHover` or `dismissOnUnhover` are on, and that didn't seem to be the case from your site's example. Now I'm wondering if there's a...
I tried a few approaches to fixing this but no luck so far. I suspect injecting the HTML on click is partly to blame, a few alternative footnote implementations I've...
On the latest refactor, I changed the way the popovers are instantiated: they are now created (but not mounted) once during setup, rather than every time the button is clicked....
Hi @miharekar, this might be a challenge, so no promises. Footnotes are still in the document, just hidden, so it's a matter of figuring out if/how we can keep them...
Hi @pangolinbubonique, which version of littlefoot are you running?