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

Links getting activated by touching elsewhere

  • 4 个回答
  • 2 人有此问题
  • 3 次查看
  • 最后回复者为 tempara

more options

Everything is okay with Chrome and Android Browser in this example: http://jsfiddle.net/6512pu9b/6/

But in Firefox mobile, touching the lines which are not links in the following example causes one of the links to get activated.

Is there any way to make Firefox mobile behave like the other browsers?

Everything is okay with Chrome and Android Browser in this example: http://jsfiddle.net/6512pu9b/6/ But in Firefox mobile, touching the lines which are not links in the following example causes one of the links to get activated. Is there any way to make Firefox mobile behave like the other browsers?

被采纳的解决方案

Temporary solution:

Adding an "onclick" attribute (whether empty or not) to each unlinked element makes it touchable in Firefox browser.

This can be achieved through a small JavaScript loop.

定位到答案原位置 👍 0

所有回复 (4)

more options

Or is this a bug which nobody can do anything against it?

more options

I definitely see a problem on that fiddle.

I created two test pages, one that works as expected and one that has the same problem as your fiddle. The difference is simply an extra list item in the working page. But when loaded on Firefox Mobile, the text size on the page with the five item list is very small (either initially or when I double-tap a blank area of the page), and I think this is related in some manner.

Five-item list: http://jeffersonscher.com/res/click5.html (problem)

Six-item list: http://jeffersonscher.com/res/click6.html (no problem)

Now... I tried to add a little navigation to pages to easily switch between them, but then they both worked normally. So there might be something particular about the line lengths, number of lines, etc., at play here.

more options

Hi Jefferson,

I think you added an interesting observation: Even without CSS the problem can be produced, and an extra item makes it disappear.

Seems clearly to be a bug. If so, it must be reported.

However, perhaps someone has an idea for a workaround till the bug is fixed?

more options

选择的解决方案

Temporary solution:

Adding an "onclick" attribute (whether empty or not) to each unlinked element makes it touchable in Firefox browser.

This can be achieved through a small JavaScript loop.