timtnleeProject / vuejs-clipper

Vue.js image clipping components using Vue-Rx.

Home Page:https://timtnleeproject.github.io/vuejs-clipper/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggling corners using mobile devices on clipper-basic bug

JiafengLiao opened this issue · comments

Describe the bug
The clipper-basic shows different actions when toggling corners.
The bottem-right corner works fine, adjusted frame size according to the corner point.
Dragging the top-left corner will recreate a frame box.
Dragging the top-right corner will recreate a frame box with same width.
Dragging the bottem-left corner will recreate a frame box with same height.

To Reproduce

  1. Using clipper-basic on mobile devices.
  2. Touch and drag corners on the clipper interface.

Expected behavior
The frame resized based on dragging positions.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Hi @JiafengLiao ,
sorry for the late response,
thanks for your report, I'll get to fix this as soon as I'm available.
Thanks!

Fix at v3.1.2

Hi @JiafengLiao ,
sorry for the late response,
thanks for your report, I'll get to fix this as soon as I'm available.
Thanks!

Thank you for the prompt fix!! I will try that out!

I just tested it and it worked perfectly! Thank you!