Describe the bug:
When having two properties like
{ name = "A", group = "Group A|SubGroup", type = "number"},
{ name = "B", group = "Group B|SubGroup", type = "number"},
then then both drop downs for “SubGroup”, which are parts of two different groups are linked together. So folding one will also fold the other, even tho they are in different groups.
How do you cause this bug?
- List the steps
Add
{ name = "A", group = "Group A|SubGroup", type = "number"},
{ name = "B", group = "Group B|SubGroup", type = "number"},
to your Properties.
Go into the property inspector of that script and fold/unfold the SubGroup in Group A and watch the SubGroup in group B.