Skip to content

Issue #3405589: Navigation bar is not showing menu and explode the layout

Problem/Motivation

The navidation bar is not rendering the menu to collapse some options and don't show all options, the layout limiter is explodiing and some menu options is hidden This is an inconsistent bug and happen because the javascript try to built the menu before to render the navigation bar, when the navigation bar is rendered before the error don't happen.

Proposed resolution

This problem already be faced and tried to fix envolving the function in a promise, but the error continue happen. Change the promise by once function to avoid some undefined variables.

Edited by Vinicius Pereira

Merge request reports