Threaded View
-
14 Jan 2013 2:04 PM #1
[4.2.0.265 Beta] Event signature changed: Ext.data.TreeStore.beforeappend
[4.2.0.265 Beta] Event signature changed: Ext.data.TreeStore.beforeappend
Until Ext JS 4.1, the signature of the event Ext.data.TreeStore.beforeappend is [ this, node, eOptions ] where you can use this as the parent of node. So, 3 arguments.
Now trying 4.20.265 beta, the signature has changed to [ [parent, node], eOptions] (2 arguments, where the first is an array). I would suggest that something there is a tiny change (typo?) when applying arguments to the event callbacks..?
Either this is a documentation bug or an internal "bug".
Do you need more information about this issue? Personally, I think that should be sufficient.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-8232
in
4.2.0 Sprint 3.


Reply With Quote