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

GDD Array Content is Duplicated #178

Closed
jeffrapp opened this issue Oct 30, 2023 · 2 comments
Closed

GDD Array Content is Duplicated #178

jeffrapp opened this issue Oct 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jeffrapp
Copy link

Describe the bug
I've been able to track this down to a possible change between 0.12.0-alpha.0 and 0.12.0-alpha.1. If a CasparCG template is providing GDD to SuperConduction, and that GDD description file contains an array, the array data will be duplicated when edited. Losing focus to the text field or clicking the trash can icon seems to be all it takes to cause this bug.

To Reproduce
Steps to reproduce the behavior:

  1. Open 0.12.0-alpha.1 or 0.12.0-alpha.3
  2. Add a CasparCG template with a GDD file that contains an array within the properties
  3. Add the first item to the GDD array. Pressing tab should create a new item, now listed as "0"
  4. Populate the new item, and press tab again. You should now have 4 items visible within the array, with the item originally created being shown twice. Repeat this step again to see items in the list duplicate.

Expected behavior
When I add an item to the list, only a single blank item should be created.

Screenshots
out2

image image image image

Desktop (please complete the following information):

  • OS: MacOS
  • Version: Reproduced on 14.0 & 13.4.1

Additional context
Sample project here: ArrayTest.zip

@jeffrapp jeffrapp added the bug Something isn't working label Oct 30, 2023
@nytamin
Copy link
Member

nytamin commented Oct 31, 2023

Thanks for reporting this!
We made a fix for this in the develop branch a few days ago, I'll make a note to patch the main version too.

@nytamin
Copy link
Member

nytamin commented Oct 31, 2023

This is now fixed in Release v0.12.0-alpha.4

@nytamin nytamin closed this as completed Oct 31, 2023
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