Denis Hilt

Results 8 issues of Denis Hilt

Based on issue #40

permanent

Related to https://github.com/dhilt/ngx-ui-scroll/issues/213. The idea is to provide an extension for the `Adapter.check` method that would allow to process the Viewport size changes in runtime. ```js Adapter.check({ viewport: true });...

enhancement
permanent

Currently `Workflow.fix({ updater })` runs through all the items in the Buffer. Could the procedure be optimized? There is a suggestion to convert `updater` into predicate function or provide breaking...

enhancement
permanent

The story of inline and float-left elements is still not over. Just run [this demo](http://rawgit.com/angular-ui/ui-scroll/master/demo/examples/windowviewportInline.html) and try to scroll up.

Based on issue https://github.com/angular-ui/ui-scroll/issues/220. 1. Visibility-watcher feature might be optional. 2. When a row height is fixed, the performance could be improved.

This issue is a duplicate one from old repo: https://github.com/Hill30/NGScroller/issues/71. Here is a useful topic on stackoverflow: http://stackoverflow.com/questions/19235832/outerheighttrue-does-not-include-margins.

### Describe the bug In a certain scenario, when moving a grid item, I observe unexpected behavior: items that are outside the area affected by the dragging item suddenly jump...