Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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.