Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Addon with canvas with fabric.js
Hello, I'm making a timeline addon using canvas with the help of fabric.js library. In plain html i can drag object placed on the canvas, in GWT it is the same, but as soon as I "wrap" it in vaadin addon - events dont work unfortunately. It paints, but no events (I mean drag objects within canvas by mouse). No errors in browser console etc. I googled a lot and almost found nothing but a discussion in google groups about the same thing. They thought that it is because of css rules that canvas element inherint from vaadin ones. I think this is the reason. Can someone help me to find out how to solve it? Thanks!