Mozilla 도움말 검색

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

Learn More

Clicks on certain links near the bottom are ignored because of floating status indicator

  • 4 답장
  • 5 이 문제를 만남
  • 15 보기
  • 최종 답변자: alexossisos

more options

When I try to click on certain links near the bottom of a web page--actually, a customized Bugzilla web page--Firefox 4 does not respond. If I wiggle the mouse enough to make that floating URL "tooltip" (which displays the URL corresponding to the link over which the mouse is hovering) move to the other side of the window and then click on the link, all's well. It's as though that floating URL tooltip is blocking the mouse click.

When I try to click on certain links near the bottom of a web page--actually, a customized Bugzilla web page--Firefox 4 does not respond. If I wiggle the mouse enough to make that floating URL "tooltip" (which displays the URL corresponding to the link over which the mouse is hovering) move to the other side of the window and then click on the link, all's well. It's as though that floating URL tooltip is blocking the mouse click.

모든 댓글 (4)

more options

Try to make the Add-ons bar visible (Ctrl /) to see if that helps.

  • View > Toolbars > Add-ons Bar

Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.

more options

The add-ons bar is already visible. Bringing up the Menu Bar temporarily does not change the behavior.

Neither of those are the tooltip I was referring to. I'm attaching a screen grab which shows my mouse hovering over the link I want to click, and the URL tooltip directly below. If I wiggle enough to make that tooltip move to the other side of the window, I can click on the link. Otherwise, my click is ignored.

more options

Probably the only thing that helps is to have the horizontal scroll bar visible all the time.

Add code to userContent.css or use Stylish


body {overflow-x: scroll !important; }
more options

...I guess you just need to wait a few days for a surprise major release for these kinds of things!

Downloaded 5.0 and the problem no longer occurs.

Thanks!