-
10 Jun 2011 7:38 AM #11
-
10 Jun 2011 8:13 AM #12
true. I have no problem with applying small patch releases as long as they fix the issues and don't break anything else in the process. In the end, we all want the same thing; a quality product.
I will keep using the override until this is fixed. Thanks for saving me some time with this westy !
-
3 Aug 2011 8:12 AM #13
This not fixed in 4.0.5, sticking with my override...
Product Architect
Altus Ltd.
-
10 Aug 2011 1:26 AM #14
I'm running into this problem after doing myStore.removeAll() followed by myStore.add(record). When the grid's view calls updateIndexes(), the previous nodes whose records have been removed are still present. Calling myGrid.view.refresh() is a workaround. westy's override works as well.
-
17 Aug 2011 7:21 PM #15
Westy, thanks for the override, it works well.
-
31 Aug 2011 7:12 AM #16
Still there in 4.0.6...
Product Architect
Altus Ltd.
-
31 Aug 2011 7:54 AM #17
Though what you've posted makes sense, it's difficult to verify it as a bug without a proper test case, currently all the posts in this thread don't really heave enough info to constitute one.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
31 Aug 2011 8:14 AM #18
Hi Evan,
Long time, no see
I appreciate there is no test case, but does everything really need a test case to get fixed?
Do you guys ever fix stuff that crops up in, say, code reviews, and so do not have a test case?
Or perhaps now is a perfect opportunity to admit there is no code reviewing?
Cheers,
WestyProduct Architect
Altus Ltd.
-
7 Sep 2011 2:03 AM #19Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,010
- Vote Rating
- 23
This happens when there is a duplicate id in the the store. Two records with the same id causes an error like records[i] is undefined in updateIndexes. I fixed that, but now I am getting the problem in a Summary Grid
I had put a Grouping feature and a GroupingSummary feature on the same view. Then you get this error too. I fixed that!
-
20 Feb 2012 10:11 AM #20
Found the same issue on 4.0.7. I had an Ext.grid.feature.Grouping and Ext.grid.feature.GroupingSummary in the features list. Removing the Grouping resolved the problem.
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.
Similar Threads
-
[2.0??][DUP][SOLVED] DataView bug in updateIndexes()
By Egor in forum Ext 2.x: BugsReplies: 2Last Post: 26 Nov 2007, 5:40 PM -
[2.0rc1][SOLVED][DUP] Ext.DataView, refreshNode, updateIndexes
By christocracy in forum Ext 2.x: BugsReplies: 3Last Post: 17 Nov 2007, 9:27 AM





Reply With Quote