Bug: Invisible side nav included when using top nav skins

This forum is for all Flare issues not related to any of the other categories.
Post Reply
NorthEast
Master Propellus Maximus
Posts: 6363
Joined: Mon Mar 05, 2007 8:33 am

Bug: Invisible side nav included when using top nav skins

Post by NorthEast »

This info is probably for a limited audience.

I found a bug in Flare 2018 where the side nav menu appears to be included in the HTML5 output, even if you don't use side nav.
For example, if you build a HTML5 target that uses top nav skin, when you inspect the HTML you can see the code for the side nav menu.
The side nav menu is populated and fully functioning, it's just invisible (set to display:none).

Code: Select all

<div class="sidenav-wrapper">
   <div class="sidenav-container">
      <ul class="off-canvas-accordion vertical menu sidenav" ...>
But whilst the side nav menu is invisible, it might cause problems for anyone (like me) that uses scripts to manipulate menus, and isn't expecting this content to be included.
Post Reply