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

:parent 与 :lock-aspect-ratio 不兼容问题

Open ziruiwang1314 opened this issue 3 years ago • 3 comments

:parent="true" :lock-aspect-ratio="lockAspectRatio" 上述是写在结构中的代码,期望resize四个角的时候等比缩放,拖拽剩余的位置按期望拉伸(如拖拽右侧,向右侧拉伸)

methods中: handleResizeStart (handle) { this.lockAspectRatio = ['tl', 'tr', 'bl', 'br'].includes(handle) },

Bug来了,此时我的图片可以拉伸到父元素外面去,再次拉伸就正常了。(拉伸右侧,再拉伸右下角,Bug复现)

ziruiwang1314 avatar Jun 03 '21 08:06 ziruiwang1314

这个问题后来解决了吗?????

chenshu-97 avatar Aug 13 '21 05:08 chenshu-97

这个问题后来解决了吗?????

没有,最后跟产品打架,结果就是把这个需求砍掉了

ziruiwang1314 avatar Aug 13 '21 09:08 ziruiwang1314

这个问题后来解决了吗?????

没有,最后跟产品打架,结果就是把这个需求砍掉了

这也太难受了

chenshu-97 avatar Aug 24 '21 12:08 chenshu-97