-
Notifications
You must be signed in to change notification settings - Fork 298
Broken navigation with nested anonymous structures #8558
Copy link
Copy link
Open
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: TypesIssues with the Types widgetIssues with the Types widget
Description
Activity
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: TypesIssues with the Types widgetIssues with the Types widget
Version and Platform (required):
Bug Description:
Trying to navigate to a field nested in one or more anonymous structures fails to navigate.
Steps To Reproduce:
Trying to double click
barfails to navigate to the field. Looking at the token itself:The token doesn't have valid type information for figuring out how to navigate to it.
Making it a union instead:
Double clicking
bin MLIL also fails to navigate. The token for this:These two types also fail to navigate when made into data variables.
Expected Behavior:
Double clicking the inner field of these structures should navigate to that field in the types view.