[IGN-7092] Horizontal Menu - Navigation, Session Visual Bug

Has anybody ran into this issue using the horizontal menu navigation component. I have it in a docked view, and while in a session it seems like it disappears (as if display=False) whenever you open the submenu items. This causes all other components to get shifted to the left, overlaying the still visible parent menu.

However, when I'm in the designer, it doesn't function this way and maintains spacing as expected. While playing around with it, the weird nature stops when I change the menu components basis from auto --> fixed width. I haven't found this viable because there are menu title lengths that'd want to auto format to size.

From session POV:

From Designer POV:

Any chance you could provide the View resource which houses the Horizontal Menu (the actual view.json file), as well as a breakdown of the actual configuration for that Docked View (a screenshot of the Docked View configuration panel within the Designer)?

Edit: It looks like we have a ticket for this issue, but I’d like to try to replicate and compare because the ticket has no screenshots - and so I’m not 100% confident it is the issue you’re seeing.

Navigation_2026-01-30_1452.zip (27.0 KB)

There is an view called ‘Nav Link’ that contains both a horizontal menu with only one item, and a icon. This is fed into a flex repeater, and it seems to shrink within the instance of the repeater when the submenu is opened on the component. Same thing with the isolated horizontal menu that is in the main 'Header’ view. Only acts like this while in a session, designer is fine.

In both views, the basis of the actual ‘Menu’ component needs to be switched from auto to some px width in order for it not to act like this.