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

Duplicate copies embedded elements twice when expanded #4759

Open
asfimport opened this issue Apr 13, 2018 · 2 comments
Open

Duplicate copies embedded elements twice when expanded #4759

asfimport opened this issue Apr 13, 2018 · 2 comments

Comments

@asfimport
Copy link
Collaborator

@FSchumacher (Bug 62299):
When duplicating an element with exapanded children like the following element structure:

  • Sampler A
    • Child A
      Sampler B

Duplicating the structure will result in

  • Sampler A
    • Child A
      Sampler B
  • Sampler A
    • Child A <--- (this will actually not be expanded)
      Child A <--- (this is an unexpected copy and on the wrong level)
      Sampler B

Severity: normal
OS: Linux

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Hi Felix,
Do you still reproduce this issue ?
I am not able to do it in current nightly build.

If you do, could you attach a simple test plan ?
Thanks

@asfimport
Copy link
Collaborator Author

@FSchumacher (migrated from Bugzilla):
Yes, I can still reproduce it.

The important part is, that the structure has to be expanded.

I believe, that this causes the child to be selected twice and therefore copied twice. Whereas when the structure is not expanded, the child will not be selected explicitly and copied once, only.

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

No branches or pull requests

1 participant