Skip to content

Diagram View result depends on navigation path, not navigation state #965

@apoorvajey

Description

@apoorvajey

Setup: Load the Autonomous Vehicle Schema (available under Example Schemas). Load any compatible data file.

Issue: The Diagram View shows different output for the same final location depending on how you got there.
[Steps below use SelfDrivingVehicle and its required property as an example, but the issue likely applies to any nested property.]

Steps to reproduce:

Path A — broken

Start from document root (full graph visible in Diagram View)
Directly click required under SelfDrivingVehicle in GUI View

Result: Diagram View shows only the SelfDrivingVehicle node with no children.

Path B — working

Start from document root
Click SelfDrivingVehicle first
Then click required

Result: Diagram View shows SelfDrivingVehicle with all child nodes expanded.

Both paths end at the same place — breadcrumb shows document root > properties > SelfDrivingVehicle > required and GUI View shows the required array with 4 items. But the Diagram View looks completely different.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions