drag
Here are 398 public repositories matching this topic...
- Add the react-beautiful-dnd package
Okay…
- Use the package
import { DragDropContext } from 'react-beautiful-dnd';
This is just an import statement…?
- Profit
🕺
How? Step 2 was just an import statement.
The rest of the doc goes into other topics. I'll have to dig around elsewhere to find out how to actually use it. It's not a helpful installation
-
Updated
Jun 21, 2020 - Swift
In DefaultDiagramState, should it restrict itself to only listening for left click events, rather than all mouse down events? I'm happy to make a PR for this, but wanted to verify your intention first.
In all of the demo projects this doesn't come up because right
-
Updated
Apr 22, 2020 - Swift
I run into this project and want to build more components for it. Can we have a possible guideline for new contributors?
The documentation as of now lacks a sample example of uploading files to S3 bucket. All it says in the documentation is an upload url - "upload/post" which fails to demonstrate exactly how to handle security related stuffs like header, S3 endpoint, access key, etc.
At minimum, the documentation should lay out what things to consider while using this library to upload files to AWS S3 bucket.
Overview of the problem
Documentation states that x and y can be strings, but are typed as only number.
I'm using react-rnd version [10.0.0]
My browser is: Electron
-
Updated
Apr 3, 2020 - Objective-C
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 });
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
 in the right spots.
-
Updated
Apr 23, 2019 - Java
-
Updated
Feb 19, 2019 - Java
- Fresh laravel instalation
- Install laravel-schematics
- Open http://localhost:8080/schematics
- Click to edit default User model
- Do not change anything and just click on save.
- That action updates User model with all fields as "fillable".
- Not necessary we want to add fields on "fillable" list, on that model
-
Updated
Jul 2, 2020 - Objective-C
I'm sure many potential plugin users would like to know which browsers we can count on with this plugin before getting hours into implementation. The suggestion of "modern browsers" could mean many things. From reading the source, I can see that you are ruling out old versions of Android, Zune, Kindle and Windows Phone. How does IE fair?
-
Updated
May 18, 2020 - JavaScript
-
Updated
May 1, 2020 - Java
-
Updated
Jun 13, 2020 - Vue
before-sort event?
I have a list of collapsible items and would like to minimize them before sorting starts, due to issues related to #32. Is there something like before-sort event or some other hook I can use? Thanks.
- Get the original canvas element
- canvas2image
let image = new 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
There should be an option to have the link be opened in the background. Meaning that if you left click on a link, it should be possible to have the link open in the background.
Make Silex load faster
This is a relatively easy task for a programmer to start with Silex
Use dynamic imports of webpack to load the app progressively:
- first the App.ts
- then rest of Silex code
- also split the third party modules such as Monaco editor, wysihtml editor, prodotype, cloud explorer, ...
-
Updated
Jun 23, 2020 - Java
Improve this page
Add a description, image, and links to the drag topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drag topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
readme is lengthy, verbose, not up to date and difficult to navigate.
Describe the solution you'd like
Add a separate set of docs host on github pages or in the wiki.
Describe alternatives you've considered
This is the alternative.
Additional context
Missing API's, missing examples, missing common solution