vaadin / touchkit

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

Problems with touchkit 4.1 with chrome and firefox. #435

Closed tullio0106 closed 3 years ago

tullio0106 commented 3 years ago

I've some problems with the touchkit 4.1 and Vaadin 7.7.26. Using chrome (latest version 91.0) it simply doesn't work : white page: Using firefox 89.0.2 it exibits a wery strange behaviour if I run it using localhost it works if I run using an ip addres again white page. From the same server, if I use MSIE 11 it works perfectly also using an ip in the url. Using very old chrome versions again it works. Tks

TatuLund commented 3 years ago

Fixed in version 4.2.1

tullio0106 commented 3 years ago

I tried to download the 4.2.1 version but I wasnt' able to find it.

My maven is

        <groupId>com.vaadin.addon</groupId>

        <artifactId>vaadin-touchkit-cval</artifactId>

        <version>4.2.1</version>

Tks

TatuLund commented 3 years ago

Can you try now again. Something had gone wrong with saving action.

https://vaadin.com/directory/component/vaadin-touchkit

tullio0106 commented 3 years ago

Unfortunately I downloaded 4.2.1 but nothing changed. Firefox still work only from localhost, Chrome doesn't work at all. Firefox consolle reports, when fails : `Uncaught TypeError: $wnd.applicationCache is undefined awc http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:70 cwc http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:134 mTb http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:141 g http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:106 wB http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:302 zB http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:10 yB http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:21 jTb http://192.168.1.94:8080/oc/touchlight line 9 > injectedScript:107

TouchLightWidgetSet-0.js:1 m http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/TouchLightWidgetSet.nocache.js:9 onScriptDownloaded http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/TouchLightWidgetSet.nocache.js:10 d http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/TouchLightWidgetSet.nocache.js:6 e http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/TouchLightWidgetSet.nocache.js:7 setInterval handler*l http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/TouchLightWidgetSet.nocache.js:7 onScriptDownloaded http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/TouchLightWidgetSet.nocache.js:10 http://192.168.1.94:8080/oc/VAADIN/widgetsets/TouchLightWidgetSet/3EE9F760E752D2DD8551F4CB91331E05.cache.js:1 touchlight line 9 > injectedScript:70:17 ` Chrome console reports : `TouchLightWidgetSet-0.js:7912 Uncaught TypeError: Cannot read property 'addEventListener' of undefined at awc (TouchLightWidgetSet-0.js:7912) at cwc (TouchLightWidgetSet-0.js:7158) at Array.mTb (TouchLightWidgetSet-0.js:6795) at g (TouchLightWidgetSet-0.js:6954) at wB (TouchLightWidgetSet-0.js:3457) at zB (TouchLightWidgetSet-0.js:7034) at eval (TouchLightWidgetSet-0.js:6458) at jTb (TouchLightWidgetSet-0.js:6955) at eval (TouchLightWidgetSet-0.js:8196) at :1:1` Hope this help Tks
tullio0106 commented 3 years ago

I'm still waiting for a definitive answer for my problem . The problem is still open. Tks