NO BUG: Nav (Nestable) Default Dropdown Icon Displays Huge

Browser: Firefox 91.12.0esr (64-bit)
OS: Windows
URL: Nav Bug Demo – Local Business Initiative | Optimum Links
Screenshots:

Hello,

I noticed that on Firefox 91.12, Bricks 1.8.3, the default dropdown icon on the Nav (Nestable) element displays huge - 1700px x 1700px, instead of the standard 1em x 1em. I was able to reproduce this error on a fresh install of Bricks.

Kind regards,
Joel

Hey Joel,

thanks for your report.

I did not try to reproduce it yet. Is it the same in the frontend of the site? And more important: Is there a reason you are using a two year old version of Firefox? :see_no_evil: As far as I can see the current ESR release version is 102.13.0.

Best,

André

Good morning Andre,

That’s a good point about the version of Firefox! :smile: This is not my usual device, I was using a public computer. It’s the same on the frontend of the site, yes. The link I included looks as I described on that version of Firefox.

All the best,
Joel

Hey Joel,

as this is a legacy browser and we did not get any similar reports yet that is probably nothing we will fix.

If you really need you can add the following CSS to fix the issue:

.brx-submenu-toggle svg:not([width]) {
  width: 1em;
}

.brx-submenu-toggle svg:not([height]) {
  height: 1em;
}

Best,

André

1 Like