invoking ds.removeAll method after edit cell value, there is error: r has no properties
call stack:
onEditComplete
createSingle()
fire()
fireEvent()
completeEdit(undefined)
stopEditing()
refresh(undefined)
onClear()
fire()
fireEvent()
removeAll()
call stack:
onEditComplete
createSingle()
fire()
fireEvent()
completeEdit(undefined)
stopEditing()
refresh(undefined)
onClear()
fire()
fireEvent()
removeAll()

|
#2
|
|
I experience the ds.removeAll() to randomly fail and still fire the clear-event.
As I have not figured out WHY it fails I cant really show you anything. But it works nicely in alpha2 ![]() |
|
#3
|
|
yes, this is new bug in a3 rev2
![]() ![]() |
|
#4
|
|
This may be related to another condition and be fixed in the next rev. However, in general modifying the data store in the middle of an edit operation is a bad idea. You may be able to solve the problem by defering the removeAll() call.
![]() |
讨论了在使用数据存储(DataStore)过程中遇到的 removeAll 方法失败的问题,并提供了可能的解决方案。

186

被折叠的 条评论
为什么被折叠?



