kazzkiq / balloon.css

Simple tooltips made of pure CSS
https://kazzkiq.github.io/balloon.css/
MIT License
5.03k stars 448 forks source link

Version 1.0 not working #118

Closed ghost closed 5 years ago

ghost commented 5 years ago

Since updating from version 0.5 to 1.0 the tooltips on my site no longer work (using Chrome 73). This is not just a problem with my site, I also tested the JSFiddle linked to in the readme and it worked at first, but after I changed the balloon-css resource in the sidebar from version 0.3 to 1.0, the tooltips in the demo no longer work.

kazzkiq commented 5 years ago

Yes. v1.0 is a major update and thus has breaking changes. It's not working in your website probably because we now use aria-label instead of data-balloon.

The new website will be released soon with instructions.

kazzkiq commented 5 years ago

New website released.