Denis Hilt
Denis Hilt
@MiguelAngel82 I believe, the wheel handler is not about the issue; we can try to make sure of this if you would try to scroll by clicking on the scroll...
@MiguelAngel82 Well... [Here](https://github.com/angular-ui/ui-scroll/blob/v1.7.0/src/ui-scroll.js#L459) the ui-scroll gets a bunch of items that is less than expected buffer size, that means that this is the last pack on current direction (scrolling up)....
@MiguelAngel82 It looks like your styles make the viewport fall into race condition with rows visibility, because `visibilityWatcher` is being triggered only in case of zero-heighted row suddenly obtains a...
@MiguelAngel82 As I noticed, you have a situation when applying some css class to the viewport breaks ui-scroll behaviour. If we want to understand what exactly affects scroller, we may...
@SaintFlipper I've forked your fiddle and tuned the edge cases logic within your controller: http://jsfiddle.net/q4xstonz/ It seems that the duplicate issue is gone. @mfeingold But what I really dislike is...
A new issue was found (https://www.youtube.com/watch?v=xwjupzIwQXA). We are going to fix it and cover it with tests. The 1.3.1 release is comming soon.
The 1.3.1 version is released (https://github.com/angular-ui/ui-scroll/pull/12). And now you can also obtain the release data from js-sources.
@SaintFlipper on the version number through the source code, just added (since v1.3.1) a comments to the top of js-artefacts from dist/ folder (like https://github.com/angular-ui/ui-scroll/blob/master/dist/ui-scroll.js#L4), and threre is no release...
This back-jump after the bottom line is reached and new rows are rendered is the behaviour by design. And the scroll position after that is not random, it reflects the...
@moosi sorry for late response! I'd like to try your demo on newest version of the ui-scroll component (v1.5.1), but there is an [issue with v1.5.1](https://github.com/angular-ui/ui-scroll/issues/119) which would affect your...