Get help with testing, discuss unit testing strategies etc.


Post by juanmanuel »

Hi all,

I'm experiencing this problem with Chrome 55 and touch events reported in here: https://forum.bryntum.com/viewtopic. ... 092#p44892

So I'm trying to update Siesta from version 4.0.0 to 4.2.2. I basically replaced the files I need:
siesta-all.js
siesta-coverage-all.js
resources

However now I get another error. If I put the old siesta-all.js file back everything is fine again (the touch event problems are still there):
Uncaught TypeError: Cannot read property 'store' of undefined
    at f.initComponent (siesta-all.js:44394)
    at new constructor (siesta-all.js:44394)
    at f [as self] (siesta-all.js:44393)
    at eval (eval at getInstantiator (siesta-all.js:44393), <anonymous>:3:8)
    at Object.create (siesta-all.js:44393)
    at Object.createViewport (siesta-all.js:43798)
    at Object.override [as createViewport] (siesta-all.js:817)
    at siesta-all.js:42862
    at siesta-all.js:16763
    at cont (siesta-all.js:5719)
Regards

Post by nickolay »

Hello,

Check the changelog, notably the section for "4.1.0". There's no need to include ExtJS on the harness page - probably thats the problem.

Post Reply