"tel:" links with a preceding asterisk aren't clickable
Categories
(Firefox for Android :: App Links, defect, P2)
Tracking
()
People
(Reporter: yedaya.ka, Unassigned)
Details
(Whiteboard: [qa-triaged])
Steps to reproduce:
Create a page with a link to a telephone number that starts with an asterisk, like this: <a href="*1234">Blah</a>. Click the link.
Jsfiddle with example: https://jsfiddle.net/m9jew27q/1/
Actual results:
When clicking on the link, nothing happens, it's not clickable, although you can still long press it.
Tested with both nightly and beta.
Expected results:
The browser should offer you to open the "tel:" link in app, like what happens when clicking "tel:" links without an asterisk.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:royang, could you have a look please?
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Hi! I can confirm this is reproducible on the latest Nightly build (117.0a1 from 2023-07-25).
Checked on the latest RC 116.0 and latest Beta 116.0b8 were the behavior is the same.
Also, compared to Chrome which tried to open the link with another app on click.
Device used: Google Pixel 7 (Android 14).
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Digging to https://searchfox.org/mozilla-central/source/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/IntentUtils.java#65-75 and in comment pointing to Bug 794034
Updated•2 years ago
|
Description
•