**** BEGIN LOGGING AT Sat Feb 07 02:59:59 2015 Feb 07 09:22:00 Roy__: the issue I saw with a list of ~100 items is that for the first half of the list c = 0 => it scrolls the entry to the bottom. For the second half c != 0 => it scrolls the entry to the top of the list. Feb 07 09:23:48 Roy__: I didn't like that very much, and wanted to scroll the entry to the middle of the list. But for the entries close to ~50 this was not possible at all. I know changed the second parameter to be true always (i.e. the list always scrolls so that the entry with the index is the first one visible) and calculate an index offset manually. That works very Feb 07 09:23:48 well for me. :) Feb 07 09:25:14 Roy__: ok.. hm.. somehow this was the wrong line of code. Let me research again. Feb 07 09:25:23 Roy__: or it did change from 2.5? Feb 07 09:26:10 Roy__: I meant this one: https://github.com/enyojs/enyo/blob/2.5.1-release/source/ui/data/VerticalDelegate.js#L291 :) Feb 07 09:26:50 So I see this did change in master branch already... then someone noticed this issue too and corrected something. Let's see if that works for me, too. **** BEGIN LOGGING AT Sat Feb 07 14:45:57 2015 **** BEGIN LOGGING AT Sat Feb 07 22:47:38 2015 **** ENDING LOGGING AT Sun Feb 08 02:59:58 2015