You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Thanks for all of your work on this codebase. I've come across a strange situation where dragging a li doesn't cause the page to scroll up, even when the li gets near the top of the page. I tried adding a helper function but it's really choppy. Here is what I'm passing for options:
Hi there.
I think that this is a jquery-ui related issue and you should have better
results if you looked there for answers.
Last time I checked, flexbox support was not in good shape in jquery-ui. Be
sure that you are using the latest available versions.
Hello.
Thanks for all of your work on this codebase. I've come across a strange situation where dragging a li doesn't cause the page to scroll up, even when the li gets near the top of the page. I tried adding a helper function but it's really choppy. Here is what I'm passing for options:
galleryCtrl.sortableGalleries = { 'ui-floating': true, 'handle' : '.drag', stop: orderGalleries, disableSelection: true, scrollSpeed: 1, scrollSensitivity: 160, containment: "parent" };
Is there anything that I could have done in the HTML / CSS that would break scrolling? We're using Flexbox.
Thanks again,
Matt
The text was updated successfully, but these errors were encountered: