seiyria / dropsort.js

A drag/drop/sortable replacement to jQuery UI
MIT License
2 stars 1 forks source link

Additions to requirements #1

Closed j-ro closed 10 years ago

j-ro commented 10 years ago

Works in scrollable modal boxes like fancybox (so can't have position calculations tied totally to the window, has to be aware of a box that it's in and scroll the box if the element gets near the top/bottom/sides)

seiyria commented 10 years ago

I am okay with this. We'll have to work out some specifics but it sounds like you're knowledgable in that domain, so it should be okay.

j-ro commented 10 years ago

Yeah, we just basically need some awareness on the various mousetracking and position tracking events, to see what the parent situation is for our drop zone.

seiyria commented 10 years ago

Cool. I've been looking at how jQuery and other plugins do this and I think we can base our solution off of theirs (not copying, of course) and going from there.

j-ro commented 10 years ago

Cool, feel free to add it to the readme then, or I can make a pull -- I just did some of this work actually today for a piece of my app, so definitely have some experience.

seiyria commented 10 years ago

Done!

seiyria commented 10 years ago

Hey @j-ro

I've committed what I have so far in the plunk. I'll keep working on it throughout the day and see what I can get done. Thanks!