Denis Hilt
Denis Hilt
@olilam Is it true that the initial load of this demo on your end shows only a bottom part of the 1st item (as I see on your video)? I...
I run the demo under Win10 (Chrome, FF, Edge) and I don't see your issue. But I see another problem which is a bit like your problem. FF and Edge...
My understanding is that @subhash-periasamy wants to skip intermediate data requesting to prevent expensive rendering of the rows which would be removed after scroll ends. If it is so, I...
This is a popular topic... look at https://github.com/angular-ui/ui-scroll/issues/31
@dustin-s I guess, your solution can be improved by min/max indexes manipulation to keep scroll bar params consistent after reload (https://rawgit.com/angular-ui/ui-scroll/master/demo/userIndexes/userIndexes.html). Do you have a plunker or something like plunker...
@priandsf First of all, thank you for the issue and your investigation! I knew that someday our visibility-watcher could play a trick on the ui-scroll performance. Unfortunately, your suggestion (remove...
@priandsf You are doing great job! I opened PR and we'll be able to continue discussion within the PR as it might be much more convenient. Also, may I ask...
@conraddamon I tried to play with grid-layout demos to catch the moment when `effectiveHeight()` might be called while the items were not compiled. And I have never seen the following...
I can't imagine when it would be necessary to add 1000 items via adapter. Is it realy impossible to make it via datasource.get? Adapter append/prepend is very specific mechanism. Using...
@MEspino Thanks for your request! Currently the ui-scroll directive has no experience with horizontal scrolling. I put the "enhancement" lablel to the issue. If you will have something additional relating...