Threaded View
-
28 Nov 2012 10:27 PM #1
TypeError: 'null' is not an object (evaluating 'scroller.getElement().getSize')
TypeError: 'null' is not an object (evaluating 'scroller.getElement().getSize')
I encountered this error while making changes to my FormPanel in my Touch application. Underneath it is another error (the real issue?):
I do have a Carousel on my FormPanel. I think the issue is in the Carousel.Code:TypeError: 'undefined' is not an object (evaluating 'this.getTranslatable().stopAnimation') Source Class: qrc:/designer/src/frameworks/touch21/framework/sencha-touch-all.js?0.6263581349048764 Line 18
Now when I run the project, I get this error in Chrome:
Uncaught TypeError: Cannot call method 'stopAnimation' of undefined
sencha-touch-all.js:29622
You found a bug! We've classified it as
DSIGNERONE-27
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote