-
Updated
Jul 2, 2020 - TypeScript
drop
Here are 191 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Objective-C
What steps will reproduce this issue?
If a message box appears when you start dragging a file, mouse operations are disabled.
As a result of investigation, the cause that occurs seems to be due to two factors.
- Values are set to IDragIndo.Data and IDragInfo.Effects
- Delay the display of MessageBox
Problematic image
;
image.src = canvas.toDataURL("image/png"); - replaceChild(duplicateCanvas, image)
so good !!!
Better documentation
-
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository -
Do you want to request a feature or report a bug?
It is basically a request for better documentation.
When starting to implementing the module in my app I looked at many examples you provide (plnkr, snippets in readme) and couldn't see clear info on:
- list of
-
Updated
Jun 13, 2020 - Java
-
Updated
Apr 21, 2020 - Swift
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Mar 22, 2020 - TypeScript
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Nov 16, 2018 - Java
-
Updated
Jul 13, 2020 - Swift
-
Updated
Apr 19, 2018 - JavaScript
Hi, we've been using this component for quite some time, but I just noticed some odd behavior in production.
We render a map of an array of "cards", each one is basically an image with a header and a footer.
<Card>
<Header />
<img />
<Footer />
</Card>
The card behaves as expected (and as it has in the past) when dragged from the header or footer, but no longer reorder
If I'm in a page, and I drop some file into it with your widget, and I close the page, then its like I'd never dropped the file on the page at all - right?
Surely the motivation should include some suggestion that the file gets sent to the server side, and the tech on the server side would receive it and be able to do something with the file for posterity. Yet the word server is not mentioned
-
Updated
Jul 7, 2020 - TypeScript
install of
"dependencies": {
"@angular-skyhook/core": "1.4.0-rc.0",
"@angular-skyhook/multi-backend": "1.4.0-rc.0"
}
results in
npm WARN @angular-skyhook/multi-backend@1.4.0-rc.0 requires a peer of @angular-skyhook/core@^1.0.0 but none is installed. You must install peer dependencies yourself.
-
Updated
Apr 2, 2019 - Java
-
Updated
Jan 8, 2016 - JavaScript
-
Updated
Oct 28, 2015 - Java
Improve this page
Add a description, image, and links to the drop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drop topic, visit your repo's landing page and select "manage topics."


A really minor 'problem':
the draggable component's render documentation says it recieves the 'ref ' parameter, when it doensn't happen.
Container:120 >> return this.props.render(this.containerRef);
Draggable:21 >> return React.cloneElement(this.props.render(), { className: wrapperClass });