-
30 Jan 2013 12:29 PM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
[4.2 nightlies] TreeStore nodeHash created too late
[4.2 nightlies] TreeStore nodeHash created too late
=> this.nodeHash is undefinedCode:Ext.define('M', { extend : 'Ext.data.Model' }) var ts = new Ext.data.TreeStore({ model : 'M', proxy : { type : 'memory', data : [ { id : 123 } ] } }); ts.getById(123).id;
This worked fine in 4.1.x, 4.2.0.265. Setting an empty root in the store config 'solves' it...
-
1 Feb 2013 11:51 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
Thanks for the report! I have opened a bug in our bug tracker.
You found a bug! We've classified it as
EXTJSIV-8495
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote