-
29 Oct 2012 8:35 PM #1
NodeInterface appendChild missing parameters
NodeInterface appendChild missing parameters
Sencha Touch 2.1.0-rc2 NodeInterface.js
When appendChild is called with an array, the additional parameters are not passed when the array is parsed and appendChild is called recursively.
The code should be:
Code:if (Ext.isArray(node)) { for (i = 0, ln = node.length; i < ln; i++) { me.appendChild(node[i] , suppressEvents, suppressNodeUpdate); } } else {
-
30 Oct 2012 1:51 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3638
in
2.1.1.


Reply With Quote