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.
-
Sencha User
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?):
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
I do have a Carousel on my FormPanel. I think the issue is in the Carousel.
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
-
Sencha User
Confirmed. I deleted the Carousel and the errors are gone.
-
Sencha User
So I added a new Carousel to the FormPanel and set the scrollable property to horizontal and I got this error:
Code:
TypeError: 'null' is not an object (evaluating 'scroller.getElement().getSize')
-
Sencha User
Thanks for the report! I have opened a bug in our bug tracker.