-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[2.0] Grouping & Active Selection Position Bug #4163
Comments
I can verify just 1. |
Ok not a bug, mainly because new docs are not yet ready. toGroup and toActiveSelection do not return anything, they just do the necessary operations to move a group to activeSelection and viceversa
|
On issue #2 I see that it clones the group to an active selection, and works as expected if i delete the group after. But for issue #1 (position bug), i still see the group getting moved to top left corner when i try and make an active selection. I see you have verified the bug, but why is the issue closed? Thanks! |
did you read my message? |
do not know, looked solved to me. |
This is the one im still having an issue with: Position Bug - Select 2 of the rectangles in an active selection and click group button. Now 2 of the rectangles should be grouped. And one should not be grouped. Now click and drag your mouse to make an active selection of the rectangle group and the remaining rectangle. The grouped objects get moved to the upper left corner of canvas. |
https://jsfiddle.net/L16kzxzh/1/ if you do it simpler it works, but i have to check why |
yes that seems to work. thank you for the help! |
Ok i found the answer i can remove the issue. Is just this. adding the object to canvas twice is wrong and does not need a fix. |
Version
2.0 Beta 4
Test Case
https://jsfiddle.net/L16kzxzh/
Steps to reproduce
Expected Behavior
1 - The objects should be selected and not moved.
2 - The group you convert to an activeSelection should be removed from canvas
Actual Behavior
1 - The object group is moved to the top left corner of canvas
2- The old group and objects still remain after ungrouping
The text was updated successfully, but these errors were encountered: