cos-archives / hgrid

[UNMAINTAINED] A Javascript-based hierarchical grid that can be used to manage and organize file/folder-like data
Apache License 2.0
23 stars 14 forks source link

[Draggable] Auto scroll at edge of view #83

Open brianjgeiger opened 10 years ago

brianjgeiger commented 10 years ago

If you need to drag something from the view to something that's out of view, you can only do that with a scroll-wheel or similar mechanism. Ideally, as you reach the edge of the view, the view should scroll automatically.

brianjgeiger commented 10 years ago

If you are using a magic trackpad, and you have both click-to-drag and three-finger-drag enabled, you can click to drag the folder and three-finger-scroll to move the view. That being said, folders did not respond under those circumstances the way you would expect them to with regards to being drop targets.