Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

Links getting activated by touching elsewhere

  • 4 wotmołwy
  • 2 matej tutón problem
  • 3 napohlady
  • Poslednja wotmołwa wot 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?

Wubrane rozrisanje

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.

Tutu wotmołwu w konteksće čitać 👍 0

Wšě wotmołwy (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

Wubrane rozrisanje

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.