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

items that were included in a component give an error when copied #326

Open
7 tasks
jrodrigosousa opened this issue Nov 22, 2024 · 1 comment
Open
7 tasks
Labels
bug Something isn't working

Comments

@jrodrigosousa
Copy link

Describe the bug

If a group of items is made in a prototype, it can be correctly copied to another prototype and reused there.

If that same group is made into a component, copying it to another prototype no longer works.

In this case, if that group is copied and pasted into another prototype, those items will be pasted without any configuration. Rectangles lose their color and borders. Text components lose their size, color, font, etc.

To Reproduce

create some items such as rectangles, texts, etc.

set some visual characteristics such as colors, size, etc.

select the items and create a group

transform the group into a component

copy the component and paste it into another prototype

pasted items do not keep their visual settings

Expected behavior

If the group can already be correctly copied and pasted into another prototype, then making that group a component should not prevent that copy.

In this way, a copied component should be able to be pasted into another prototype while maintaining the characteristics of the original. In the target prototype, it is not necessary for it to be pasted as a component, but if that is possible, it would be even better.

Browser

  • Chrome
  • [ x] Edge
  • Firefox
  • Safari

Operating System

  • [x ] Windows
  • macOS
  • Linux
  • Android
  • iOS

Extra

Additional Context:
Temporary workarounds, if any:

@jrodrigosousa jrodrigosousa added the bug Something isn't working label Nov 22, 2024
@KlausSchaefers
Copy link
Owner

Hi, sorry for the late reply. Yes, this is indeed a missing feature / bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants