-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
Allow the…
-
### Feature Description
I want to limit where my dragable component can be dragged to but by its handle element rather than by its entire dragable element.
### Use Case
A bottom sliding drawer. If …
-
Hi, just tried your demo and found this issue with it.
If you double click dragable item, for example the "2.2", and continue holding the second click and drag, it makes the item not "float anymore…
-
```
I've added capability for automatic trendlines as well as dragging data
points and dynamically updating series data. I've posted the patch and
code here for consideration.
Since I've been depend…
-
```
I've added capability for automatic trendlines as well as dragging data
points and dynamically updating series data. I've posted the patch and
code here for consideration.
Since I've been depend…
-
### Describe the bug
A dragable list using list-tagged-draggable does only show the title, but not a caption if one is defined instead.
This is especially bad if the tiddler title is like an aut…
-
A good example is in the menus, deleting menu items in bulk doesn’t exist and dragging them doesn’t work. I have to click-remove each one.
The reason I went with a "Trash icon" is originally I wante…
-
I give you 2 solutions to 2 problems I had recently:
The first is when you are using base 64 images from any database or whatever.
I modified the plugin adding the "base64" option as a boolean, and I …
Tecaa updated
9 years ago
-
On WindowsOS:
CFramelessWindow* mainWin = new CFramelessWindow();
CFramelessWindow* subWin= new CFramelessWindow(mainWin );
these will break the dragable/resizeable feature of mainWin!
-
Tested on Firefox and Chrome
Example, please pay attention on `Feeds` component
```javascript
//index.js
import React from "react";
import ReactDOM from "react-dom";
import App from "./App";…