apache / apache/jmeter

Duplicate copies embedded elements twice when expanded

Open
#4,759 2 comments 0 reactions 0 assignees View on GitHub
os: Linux P2
Dominant language
Java
Stars
9.5k
Forks
2.3k
Avg merge
1d 22h
Merged PRs (30d)
5

Description

@FSchumacher ([Bug 62299](https://bz.apache.org/bugzilla//show_bug.cgi?id=62299&redirect=false)):
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.