-
29 Sep 2010 10:23 AM #1
[CLOSED-364] List with dynamic store, anchors failing
[CLOSED-364] List with dynamic store, anchors failing
Sencha Touch version tested:
- 0.95
- only default ext-all.css
Platform tested against:- iOS 3.x
Description:- If you have a List and you dynamically change it's data store to load fresh data, the anchors do not work properly. As you scroll they always show "Z" at the top left as you scroll.
Test Case:
Code:listDs.getProxy().url = 'index.cfm?action=general.something&dynamicVar=' + records[0].data["SOMETHING"]; listDs.load();
Steps to reproduce the problem:- Create a List
- Scroll through a few groupings
- Refresh the List's store with fresh data
- Notice that the anchor in the top left as you scroll always shows "Z"
The result that was expected:- The anchors would show the currently letter that you are scrolling
The result that occurs instead:- Anchor always shows "Z" as you scroll
Possible fix:- not provided
-
29 Sep 2010 11:54 AM #2
-
29 Sep 2010 3:02 PM #3
Bah, after looking into this *much* further I realized it was an issue with some of my overrides and the 0.95 update.
Sorry, it's safe to close this one out.
-
4 Oct 2010 8:21 AM #4
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[Solved] Removing item from list failing after the panel change.
By blessan in forum Sencha Touch 1.x: DiscussionReplies: 7Last Post: 2 Aug 2010, 9:45 PM -
[CLOSED-101] Top and Bottom dock failing
By djMaxM in forum Sencha Touch 1.x: BugsReplies: 3Last Post: 28 Jul 2010, 1:45 PM -
[STALE-364][3.0.x] Ext.form.Action.DirectSubmit problems
By isit.gd in forum Ext 3.x: BugsReplies: 36Last Post: 27 Apr 2010, 9:26 PM -
Dynamic addition to a list store
By eugenparaschiv in forum Ext GWT: DiscussionReplies: 4Last Post: 8 May 2009, 7:41 AM


Reply With Quote
