-
Notifications
You must be signed in to change notification settings - Fork 84
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
Grouping objects bugs #137
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
These issues are still very much present in the draw.io plugin of Confluence Cloud |
Bump...ran into similar issues with the downloaded app (Mac version). Created 3 circles, grouped them, then tried to move them. Each is selectable individually, but not as a group. In fact, highlighting all three shows three individual objects; rather than a single grouped object. It appears that this could be tied to the size of the objects, and the fact that the selection area for the group is too small to be accessible. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Just to add, the group bounds do not appear to change at all in most cases when the inner elements are resized. It's not only a matter of rotating etc. Simple scenario:
Here I resized rect A to the left and shrunk rect B. You can see that the group is still of it's original size. The workaround is to ungroup and group objects again, but that's not what I want to do every time I modify the group. |
Incorrect behaviour in shape grouping
To reproduce
either (--------incorrect behaviour)
--------Selection rectangle does not bound shapes
--------Strange resize, breaks alignment and preview changes position once mouse up.
or
--------Each item rotates, not group of shape
--------Selection rectangle does not bound shapes
--------Shapes do resize but group already broken
or
--------Shapes don't change just selection rectangle
or
--------Group bounds don't change
or
---------Does nothing
--------- Each shape is selected not group
Expected
a) Selection box should always bound grouped shapes.
b) Rotate operation should rotate group of shapes as a group and not individually.
c) Rotated shapes grouped should resize with the selection bounds.
d) Resize/Rotate should operate the same both on Arrange toolbar and shape selection box handles.
The text was updated successfully, but these errors were encountered: