Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

  • 2 відповіді
  • 3 мають цю проблему
  • 17 переглядів
  • Остання відповідь від 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.

Усі відповіді (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.