-
3 Aug 2010 7:17 AM #1
[FIXED-196] JsonStores broken in 0.9.3 (maybe 0.9.2 as well)
[FIXED-196] JsonStores broken in 0.9.3 (maybe 0.9.2 as well)
Ayaaa... damn guys spend the whole day digging my code - but this a serious Sencha Touch bug:
The Map object, and the Keys array of the Data object inside a JsonStore (don't know if other stores have the same problem) are broken... The Map object is completely empty and the Keys array only contains undefined values.
Please get this fixed asap cause it's a quite crucial part of the data core - I think.
I got this problem when I upgraded from 0.9.1. to 0.9.3 - so I'm back to 0.9.1. again.
-
3 Aug 2010 9:03 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
Do you have a test case or one of our example that has the issue?
-
3 Aug 2010 11:57 AM #3
Sure, in the official examples folder, open the "list" example.
In this example, do console.log(groupingBase) and inspect the "data" object inside the "store" object.
Of course add the console.log at the end of the JS file after:
Code:if (!Ext.platform.isPhone) { new Ext.List(Ext.apply(groupingBase, { floating: true, width: 350, height: 370, centered: true, modal: true, hideOnMaskTap: false })).show(); } else { new Ext.List(Ext.apply(groupingBase, { fullscreen: true })); }
-
3 Aug 2010 1:28 PM #4Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 4
Thanks for the bug report. This will be fixed in the next release.
-
3 Aug 2010 1:39 PM #5
-
4 Sep 2010 1:24 PM #6Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
Thanks for the report, this has now been fixed and will be present in the next release.
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Comparing 2 JsonStores
By nicosk in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 20 Jul 2010, 2:11 PM -
[FIXED][3.x/2.x] getDayOfYear is broken
By Urchr in forum Ext 3.x: BugsReplies: 3Last Post: 30 Jul 2009, 8:23 PM -
Comparing fields from two JsonStores in one XTemplate
By walkman50 in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 5 May 2009, 8:10 AM -
Compare data from 2 JsonStores and highlight differences?
By walkman50 in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 4 May 2009, 12:32 PM -
Reusing one call for several JsonStores
By fgerneth in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 19 Oct 2008, 10:16 PM


Reply With Quote
