Daniel Ruf

Results 910 comments of Daniel Ruf

`^2.2.1` already picks the latest `2.x` release. If needed you can change it to an exact value or run `npm i [email protected]`.

Can you test that? Because you say the markup changed. And it seems this could come from https://github.com/foundation/inky/commit/94643af718e3a2113c04ece21a6d5adf47c5b986

The tbody was added as part of https://github.com/foundation/inky/pull/59 - so far this seems ok but the style changes could be the problem of the not working centering.

> I know this might require quite a refactor, but tooltip performance should be improved. It's particularly bad when you have several (let's say dozens) of tooltips on a page,...

Thanks for the example, I'll test it.

We've used https://github.com/atomiks/tippyjs with `createPopperInstanceOnInit` set to `true` and this is what we have to do here too (precreating / caching the tooltip instances).

We have to find a solution - independent of the used browser. > The js files for foundation jquery etc are loaded in the header and triggered on $(document).ready() >...

This seems to be an issue with cheerio. Also see https://github.com/cheeriojs/cheerio/issues/1235 Enabling the xmlMode sould probably resolve this: https://repl.it/repls/SpectacularBigElements

Seems the xmlMode breaks things more than it fixes. This is very problematic. https://repl.it/repls/WanScratchyResearch In general the email clients should not have an issue with the markup as they all...