**** BEGIN LOGGING AT Thu Jan 29 03:00:00 2015 Jan 29 07:38:38 Could somebody explain to me why this obscure second param is set here: https://github.com/enyojs/enyo/blob/master/source/ui/data/VerticalDelegate.js#L328 Jan 29 07:39:14 it leads to the list scrolling an item to the bottom for the first half of a ~100 item list and to top for the second half of the list. Jan 29 07:48:29 If there is no good reason for giving this param, I'd say to set it to true, so that the item always scrolls to top and the list acts predictable? :) Jan 29 08:07:02 can anyone tell me why the following is not working: http://jsfiddle.net/warpuser/s25k6nn0/ Jan 29 08:07:20 it's not respecting the urlRoot nor adding the primaryKey to the end of URL Jan 29 15:41:22 Cage1___, you're not registering your source with enyo.store Jan 29 15:41:37 so, it doesn't find it and uses the default AjaxSource, I would guess Jan 29 16:15:32 or maybe they do that automatically now Jan 29 16:27:41 i think enyo.Model was changed in 2.5, so it doesn't do the addition of primaryKey to end of url Jan 29 16:28:13 it wasn't getting the rootUrl because the url began with "/". taking the initial "/" out made that part work. Jan 29 20:30:15 My app, in debug mode makes almost 800 requests for about 5MB of data! I know that will cut down dramatically when I deploy, but I REALLY need an in browser loading screen. I've looked at various methods, but it doesn't seem that anyone has a bug free solution. Does anyone have any advice? Jan 29 20:31:03 phone gap seems to work for many people, but my primary target is web **** ENDING LOGGING AT Fri Jan 30 03:00:00 2015