TypeError: nextSibling is undefined
- Creator 版本号:
- 目标平台: Android 和 模拟器 都出现
- 详细报错信息,包含调用堆栈:Simulator: [11:25:38:622]E TypeError: nextSibling is undefined
- 做了什么操作引起的 Bug:猜测是执行了如下方法:
//排序 sortCards: function () { var list = this._getSortCardsList(this.getCardValList()); for (var i in list) { list[i].node.setSiblingIndex(i); } this.doLayout(); }, - 之前是否有哪个版本是没问题的:1.2.2是正常的
移动平台 Web 相关 Bug 请提供
- 手机型号:任何安卓机
该问题在web上运行是正常的。


