vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Vue3 Component for draggable and resizable elements.

Results 140 vue-draggable-resizable issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Does it work with SVG elements?

[{"_id":"6341317c8402fb318b6d874f","body":"Update \"width\" and \"height\" properties of your svg (I assume your svg inside `<img>` tag) and everything should work.","issue_id":1660361424768,"origin_id":1137184097,"user_origin_id":12687911,"create_time":1653482068,"update_time":1653482140,"id":1665216892221,"updated_at":"2022-10-08T08:14:52.220000Z","created_at":"2022-10-08T08:14:52.220000Z"},{"_id":"6341317c8402fb318b6d8750","body":"Yes it does. Just be aware that SVG will keep always aspect ratio in case of resize.","issue_id":1660361424768,"origin_id":1226330357,"user_origin_id":12195864,"create_time":1661374694,"update_time":1661374694,"id":1665216892224,"updated_at":"2022-10-08T08:14:52.224000Z","created_at":"2022-10-08T08:14:52.224000Z"}] comment

Hi.. I was wondering if this component could work with SVG elements? Ive been trying with not much luck.. maybe I'm doing something wrong.. Ive been using it with png...

draggable image

[{"_id":"63413d896a9f94608c559e91","body":"Try to set width and height of image the same as width and height of the draggable","issue_id":1660361424772,"origin_id":1130120720,"user_origin_id":12687911,"create_time":1652885663,"update_time":1652885663,"id":1665219977375,"updated_at":"2022-10-08T09:06:17.375000Z","created_at":"2022-10-08T09:06:17.375000Z"}] comment

Hello, I put an image inside the draggable, it doesn't move according to the edges when I enlarge it by holding the edges. how can i handle photos or how...

set draggable false,but When resizing up, the element moves

[{"_id":"63413edb6a9f94608c559fb7","body":"I found out that the problem is because I set bottom:0\r\n\r\nMore specific reasons are still being discovered","issue_id":1660361424775,"origin_id":1099801628,"user_origin_id":14007972,"create_time":1649990994,"update_time":1649990994,"id":1665220315891,"updated_at":"2022-10-08T09:11:55.890000Z","created_at":"2022-10-08T09:11:55.890000Z"}] comment

![image](https://user-images.githubusercontent.com/14007972/163508495-888ca00b-6b2f-4d88-943b-72ebc3463993.png) ![image](https://user-images.githubusercontent.com/14007972/163508507-46ff4630-0f50-4729-9d6f-be846676ecd5.png) ``` 123 ```

BUG: locks elements to the left/top when mouse is over another element

[{"_id":"63413b89cd14df15ba594102","body":"I'm hitting something similar with parent=\"true\", would take a bit to build out on example, but in some cases it happens but a refresh fixes it, however in my app I have the idea of \"paging\" and going to the next page to reveal different components seems to make it bug consistently. Not sure if it's because some recalculations need to be done after page switch (paging does change parent container the components are in). ","issue_id":1660361424781,"origin_id":1077767300,"user_origin_id":3723383,"create_time":1648136381,"update_time":1648136381,"id":1665219465360,"updated_at":"2022-10-08T08:57:45.360000Z","created_at":"2022-10-08T08:57:45.360000Z"},{"_id":"63413b89cd14df15ba594103","body":"I figured out what it was for me, I was giving the draggables an initial position of 0,0 which messed them up. They naturally should be positioned at the top of the parent with no influence by giving them position:absolute then it works fine. ","issue_id":1660361424781,"origin_id":1077817947,"user_origin_id":3723383,"create_time":1648139742,"update_time":1648139742,"id":1665219465364,"updated_at":"2022-10-08T08:57:45.364000Z","created_at":"2022-10-08T08:57:45.364000Z"}] comment

I think this is a bug, when the vdr component is being dragged and happens to go underneath another element and if you click at that moment (when vdr is...

Standard way to programmatically update width & height after Initialization

[{"_id":"63413764cd14df15ba593df9","body":"See inputs at the bottom of the page: https:\/\/mauricius.github.io\/vue-draggable-resizable\/?path=\/story\/basic--basic-controlled-component","issue_id":1660361424784,"origin_id":1062284933,"user_origin_id":12687911,"create_time":1646778564,"update_time":1646778564,"id":1665218404028,"updated_at":"2022-10-08T08:40:04.028000Z","created_at":"2022-10-08T08:40:04.028000Z"},{"_id":"63413764cd14df15ba593dfa","body":"@TitanFighter This can be considered Closed. Thanks","issue_id":1660361424784,"origin_id":1075180638,"user_origin_id":31216667,"create_time":1647955719,"update_time":1647955719,"id":1665218404066,"updated_at":"2022-10-08T08:40:04.065000Z","created_at":"2022-10-08T08:40:04.065000Z"}] comment

Is there standard way to programmatically (live) update `width` & `height` after the component gets created. For eg. updating `width`, `height` via html `` control rather than manually dragging handles...

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies