Hybrid 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
-
28 Nov 2012 10:28 PM #2
Confirmed. I deleted the Carousel and the errors are gone.
-
28 Nov 2012 10:30 PM #3
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')
-
2 Dec 2012 9:25 PM #4
Thanks for the report! I have opened a bug in our bug tracker.
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