-
2 Jul 2012 11:01 AM #1
TreeStore handle child phantom records wrong
TreeStore handle child phantom records wrong
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.1-rc2
- all
- all
- TreeStore handle child phantom records wrong.
- Add 2 nodes to the root of the tree
- now add a child to any previous nodes
- save the store
- the server need know the right parentId of the child node
- all tree nodes have the id=0 and the child node have parentId=0
- The server cannot know what is the real parent of the child node. And if we use a auto gen id, the record is not marked as phantom (because it has an id)
HELPFUL INFORMATION
Screenshot or Video:See this URL for live test case: http://Debugging already done:Possible fix:- the NodeInterface use internalId as parentId of the node in case of phantom record
- os x
-
9 Aug 2012 9:30 AM #2
-
9 Aug 2012 12:10 PM #3Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,459
- Vote Rating
- 56
+1 for a solid solution to this, anyone doing treestore crud will face this.
-
21 Nov 2012 5:07 AM #4
You found a bug! We've classified it as
EXTJSIV-6712
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote