If I have an element configured as a drag handle, which overlays an area otherwise used for resizing, neither function seems to be useable in that area.
JSFiddle demo at: https://jsfiddle.net/vaj7rgt7/9/
You should be able to use any part of the grey header to move the window around. The blue outline area should work to resize the box.
The area of the drag handle that overlays the resizer area seems to be inactive. Only the very bottom strip of the drag handle can be used to drag.
interact.js version: 1.3.3
Browser name and version: Chrome 63.0.3239.84 and JSFiddle
Operating System: Mac Sierra
Sorry, I closed the wrong issue.
Sorry this took so long, but you can use
interact(target).resizable({
// 2px resizing border
margin: 2,
});
Most helpful comment
Sorry this took so long, but you can use