draggable
Here are 277 public repositories matching this topic...
The contributing guidelines need to be fixed immediately. Issue creation guideline specially. We need to enforce adding label as one of the behaviours while creating a new issue.
cc- @tsov
Documentation
First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding)
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::
- Documentation Site (https://docusaurus.io/)
- Translate the docs to ger
Environments
- Framework name: react-moveable
- Framework version: 0.16.2
Description
The offsetLeft/offsetTop unfortunately round the actual offsets. Hence, a style="left: 17.85px" becomes offsetLeft == 18. This occasionally causes visibl
JavaDoc for addItem()/addItems() states that when passing a negative position it will be appended to the end. On eu.davidea:flexible-adapter:5.1.0 you got following annotation
@IntRange(from = 0) which prevents passing negative positions
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
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 });
- Get the original canvas element
- canvas2image
let image = new Image();
image.src = canvas.toDataURL("image/png"); - replaceChild(duplicateCanvas, image)
so good !!!
-
Updated
Feb 22, 2015 - Java
use NUXT framework, when refresh page, this component is wrong, the compiler is not suport template attribute when running time compile mode
not complete example
In example in the component <App /> there is a reference to its method isNodeCollapsed. The problem is that such method is not defined elsewhere in the <App /> component:
English Doc?
I have seen some react-dnd libraries, and I really like the look and feel of the examples of this package, but: Language its a problem, is there a chance of an English doc for this repo?
Your github example also doesn't work in Edge.
JS error: Expected identifier, string or number
EDIT: it also doesn't work in IE11
Error in example
https://gijgo.com/grid/configuration/grouping.groupBy
Bootstrap 3
columns: [ { field: 'Name', sortable: true }, { field: 'DateOfBirth', type: 'date' } ] detailTemplate: '<div><b>Place Of Birth:</b> {PlaceOfBirth}</div>'
no comma before detailTemplate
-
Updated
Apr 25, 2019 - C++
-
Updated
Mar 24, 2020 - Java
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Mar 22, 2020 - TypeScript
It will be a nice enhancement to have the ability to change values with two thumbs.
I can make this done a bit later. What do you think?
I think it should be work this way:
- If click between thumbs - move the closest thumb to the mouse point
- If click before the first thumb - move it, else if click after the last thumb - move it. Of course, we should respect rtl.
Accessibility issues
-
Updated
Mar 26, 2020 - HTML
When I use the Tree component in Nuxt.js, I get the 'document is not defined' error when opening the page. I guess it has to do with the SSR in Nuxt, but the error still exists with the tag.
Has somebody solved this issue?
<template>
<no-ssr>
<Tree :data="list" draggable="draggable" cross-tree="cross-tree">
<div slot-scope="{ data, store }">
<template v-if="!list.
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Nov 23, 2016 - Objective-C
-
Updated
Jun 11, 2020 - JavaScript
I had same problem with #22 .
resetInitialPos
Returns to the initial position of the element, before it is mounted.
I only need to initialize the position at the beginning.
And I thought it only works at the beginning until I update my component...
May you add a reminder to the document ?
It should make it unnecessary to waste time debugging code
"dependencies": {
"@angular/animations": "^5.1.1",
"@angular/cdk": "^5.0.1",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/flex-layout": "2.0.0-beta.10-4905443",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/material": "^5.2.4",
"@angular/p
Version: 2.6.0
Angular 4.3.5
AngularCli: 1.4.0-rc.1
When running on universal I get the following error
ERROR TypeError: this.el.nativeElement.querySelector is not a function
at Draggable.getDragHandleElement (C:\dev\git_clones\app\node_modules\ng2-drag-drop\src\directives\draggable.directive.js:136:49)
at Draggable.applyDragHandleClass (C:\dev\git_clones\app\node_modules\ng
Improve this page
Add a description, image, and links to the draggable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the draggable 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