parttio / touchkit

TouchKit is a library of mobile components for Vaadin Framework
https://vaadin.com/directory/component/touchkit
Other
8 stars 11 forks source link

touchkit should be updated to a more recent version of Vaadin #9

Closed steinarb closed 6 years ago

steinarb commented 6 years ago

I'm in the process of converting a Vaadin 7.6.1 application, with TouchKit 4.1.0 to Vaadin 8. https://github.com/steinarb/ukelonn/tree/work/using-vaadin-with-vaadin8

I tried using Vaadin 8.3.3 with TouchKit 5.0.0, and that didn't work too well (lots of weird non-logical behaviour in the GUI), and I found this message in the logs:

=================================================================
The widgetset in use does not seem to be built for the Vaadin
version in use. This might cause strange problems - a
recompile/deploy is strongly recommended.
 Vaadin version: 8.3.3
 Widgetset version: 8.0.0
=================================================================

So I tried cloning touchkit and building 5.0.1-SNAPSHOT with Vaadin 8.3.3 and then all of the weirdness went away.