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

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Firefox has trouble following links. The competitors do not :(.

Firefox appears to be having problems following certain links.

An example:

Choose any of the 'source' links here:

https://docs.fast.ai/vision.utils.html

I find that if i click *above* the link by a mm or so: it follows properly. Think windows message handling is wrongly identifying the location of a click.

Comments welcome. Solutions more welcome!

Firefox appears to be having problems following certain links. An example: Choose any of the 'source' links here: https://docs.fast.ai/vision.utils.html I find that if i click *above* the link by a mm or so: it follows properly. Think windows message handling is wrongly identifying the location of a click. Comments welcome. Solutions more welcome!
附加的畫面擷圖

所有回覆 (1)

Hi,

This is a website issue, the box of the resize-images text (a h3 tag) hides the underlying p tag, which contains the source link. Funnily enough, this tag is actually part of the previous section, which seems quite hacky, but this is beside the point. Pretty sure the site depends on undefined behaviour, which apparently works as they expect in Chromium, but not in Firefox. It could be fixed on the website, I don't think this is a browser bug per se. I'd file this at https://webcompat.com

Regards, Balázs