Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug in demo] Rotate and resize #54

Open
mudin opened this issue Apr 4, 2019 · 9 comments
Open

[Bug in demo] Rotate and resize #54

mudin opened this issue Apr 4, 2019 · 9 comments

Comments

@mudin
Copy link

mudin commented Apr 4, 2019

Hello!
Thanks for the plugin!
There is obvious issue in demo in resizing the star after rotating.
Is there any future plan to fix it?

@Fuzzyma
Copy link
Member

Fuzzyma commented Apr 4, 2019

Please explain the issue

@mudin
Copy link
Author

mudin commented Apr 4, 2019

in this demo
I rotated the star first and then resized it.
here is the result:
Screen Shot 2019-04-04 at 1 33 12 PM

@Fuzzyma
Copy link
Member

Fuzzyma commented Apr 4, 2019

I see this the first time (and I tried this a lot - nobody else reported this problem so far)! What Browser? Which version? Any errors in the console?

@mudin
Copy link
Author

mudin commented Apr 4, 2019

It could be select plugin's bug too. I am using Chrome's latest version (73.0.3683.86 (Official Build) (64-bit)) on Mac OS X Mojave 10.14.2 ()

@Fuzzyma
Copy link
Member

Fuzzyma commented Apr 4, 2019

Oh wow thats indeed a bug with svg.select.js. It seems like Chrome stoppped supportung Mutation Obeservers. The svg.select plugin tries to use both, Mutation Events and Observer and both doesnt seem to work. Really strange...

@mudin
Copy link
Author

mudin commented Apr 4, 2019

@Fuzzyma yeah very strange, Thanks a lot

@mudin
Copy link
Author

mudin commented Apr 4, 2019

@Fuzzyma I am using resize together with panzoom and draggable plugins, and checked in safari, chrome and firefox, none of them is working properly. It is moving position while resizing.
here is the demo

@mudin
Copy link
Author

mudin commented Apr 4, 2019

even I removed panzoom and draggable, it has some issue https://codesandbox.io/s/383o43op5
resize_issue

@mudin
Copy link
Author

mudin commented Apr 4, 2019

Oh don't care about last question. You already answered in #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants