The Wayback Machine - https://web.archive.org/web/20200715031356/https://github.com/topics/drop
Skip to content
#

drop

Here are 191 public repositories matching this topic...

p4j4dyxcry
p4j4dyxcry commented Apr 23, 2019

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.

  1. Values are set to IDragIndo.Data and IDragInfo.Effects
  2. Delay the display of MessageBox

Problematic image

![error-image](https://user-images.githubuserconten

moniuch
moniuch commented Mar 8, 2018
  • 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
mstange22
mstange22 commented Oct 5, 2018

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

paul-hammant
paul-hammant commented Apr 8, 2018

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

aaronmanela
aaronmanela commented Feb 7, 2020

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.

Improve this page

Add a description, image, and links to the drop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.