Skip to content

[Dashboard][Controls] Restate order when Control is removed #128660

@ThomThomson

Description

@ThomThomson

Problem
The control order system is very important for hierarchical chaining. Any time the control order is out of whack by for instance skipping a control, or having the controls order not matching the actual ordering of the controls, undefined behaviour can occur.

If a user has 4 controls, and deletes the 3rd, instead of the control order being 0, 1, 2, the control order will be 0, 1, 3. Any selection in the last control in the chain will apply to itself.

Fix
The fix is to ensure that the control orders are maintained correctly when a control is removed.

Workaround
Any time this happens, the user can work around the problem by dragging and dropping one of the controls. This will reorder all the controls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:DashboardDashboard related featuresFeature:Input ControlInput controls visualizationProject:ControlsTeam:PresentationPresentation Team for Dashboard, Input Controls, and Canvas t//bugFixes for quality problems that affect the customer experienceimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.loe:mediumMedium Level of Effort

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions