Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox updated to 19.0 and doesn't allow me to access the drop down menu.

  • 4 답장
  • 2 이 문제를 만남
  • 11 보기
  • 최종 답변자: thadmiller

when I'm in Firefox 19, I see the dropdown menu, but can't access it. When I click on it, nothing happens. There is no special code behind this, as it works in other browsers. I've tried using safe-mode and the same thing still happens. I'm using Windows 7 and firefox v 19. This dropdown worked on previous versions of fireFox.

when I'm in Firefox 19, I see the dropdown menu, but can't access it. When I click on it, nothing happens. There is no special code behind this, as it works in other browsers. I've tried using safe-mode and the same thing still happens. I'm using Windows 7 and firefox v 19. This dropdown worked on previous versions of fireFox.

모든 댓글 (4)

Which drop down menu are you referring to?

Is this in the Firefox user interface or a drop down menu on a web page?

If it is the latter, can you post a link?

This is a drop down menu on a page I use for work. It's administrative and requires a login, so it does no good to post it. (Yes, I know not helpful)

It's a drop down menu on a web page that pulls data back from a database.

Here is what I have tried:

1) Reset Firefox. 2) Re-start in Safemode 3) Clear cache and cookies

I have all extensions disabled and my appearance is set to default.

I have confirmed with two other users that they are also having the same problem.

Is this a JavaScript or CSS generated menu?

Any errors in the Web Developer > Error Console (Ctrl+Shift+J) related to this?

As the developer of the site in question, I can shed some light. The SELECT was not generated by javascript. However, I have found the piece of offending code. The SELECT is paired with text inside a UL, the jquery UI .sortable() was called on the UL, and because each LI is a drag-and-drop element, .disableSelection() was also called. The .disableSelection() is what made the SELECT stop working. Unfortunately, because the page is only used in summer months, I can't say exactly when it was "broken", but the page in question was working fine in October.