We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

In navigation bar the drop down menu is not holding open when trying to select item - ONLY in Firefox.

  • 2 antwurd
  • 3 hawwe dit probleem
  • 17 werjeftes
  • Lêste antwurd fan cor-el

more options

When trying to select item from any drop down in navigation bar the menu shrinks. I seem to not be able to navigate further than 1st item on the drop down list.

However, it seems to be working in other browsers but not in Firefox.

The website affected by this behavior is in the following link: http://www.coubroughandco.com

I am wondering what could possibly be the cause of it.

When trying to select item from any drop down in navigation bar the menu shrinks. I seem to not be able to navigate further than 1st item on the drop down list. However, it seems to be working in other browsers but not in Firefox. The website affected by this behavior is in the following link: http://www.coubroughandco.com I am wondering what could possibly be the cause of it.

Alle antwurden (2)

more options

Hello,

I get the same issue. To make sure we are talking about the same thing I have uploaded a screenshot. See below.

When I hover over 'Buying' the menu pops up. I then move my mouse down over 'Your Budget' nothing happens. I then move the mouse down again over 'Leasehold or Freehold?' the menu disappears. It is not possible to click on the 'Leasehold or Freehold?' link.

I don't believe Firefox is at fault here. I think the website has not been properly tested to work with Firefox. I am not an expert in web design but other forum contributors here will be able to identify the piece of code in the site that is causing the problem.

I think the best thing you can do is to make contact with the business to let them know that their website navigation doesn't work for Firefox users.

I hope that helps.

more options

The problem seems to be that if the mouse is between the entries in the drop-down list that the underlying content gets selected and that is sen as an onmouseout event that closes the menu. This menu is done via a script, so you can't make changes like in the case of a CSS controlled menu.
There are more issues with this script: if you move the mouse up then the menu stays open and closes if you hover down to cover the menu entry another time, so you have to retry in such a case.