taye

Results 50 comments of taye

I'm planning on improving iframe support soon, but I can't give an estimated time, sorry. If you don't need users to be able to click into the iframe, you can...

I'm planning on improving iframe support soon, but I can't give an estimated time, sorry. If you don't need users to be able to click into the iframe, you can...

Thanks for making the demo. You can use a custom [drop checker](https://interactjs.io/docs/dropzone#checker) to check if the the draggable is inside the scrollable element: https://jsfiddle.net/zdb2nxwp/ ```js function ( dragEvent, // related...

I'll leave this issue open and I might add a fix for it to the library later.

@owenfar that's right. I'm working on a set of paid plugins which includes list reordering. It's still a work in progress, but you can find out more at https://interactjs.io/pro.

@timothyallan I'm at months, *possibly* weeks. The major things to work on are service reliability (of private npm registry, cdn and account management), documentation :grimacing:, licensing + TOS :weary:, and...

`interact('.target', { context: iframe.contentDocument })` Docs need updating 🙂

Then you probably need https://developer.mozilla.org/en-US/docs/Web/API/Document/adoptNode

I've made a change that should help: https://github.com/taye/interact.js/commit/9e8484498eaa308903c62c4e97673bc232eac2f2

>One nice thing about the jQuery UI droppable is that the element will animate back to it's starting position when not dropped. How can I achieve the same with your...