Mailto links only open the mail app the first time, if you hit cancel
Categories
(Firefox for Android :: App Links, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | wontfix |
| firefox141 | --- | wontfix |
| firefox142 | --- | fix-optional |
People
(Reporter: polly, Unassigned)
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(1 file)
|
1.37 MB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (Android 15; Mobile; rv:140.0) Gecko/140.0 Firefox/140.0
Steps to reproduce:
Try to open an external app intent from Firefox on Android:
- type "mailto:name@example.com" in the address bar
- app intent launcher is shown
- click cancel
- type "mailto:name@example.com" in the address bar
Actual results:
- app intent launcher is not shown
Expected results:
- app intent launcher is shown both first and second time (or some other ui which enables the user to proceed with the mailto action)
| Reporter | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
As mentioned offline, the cancel stops showing future prompts to avoid abuse.
In prompts, we have the same problem and use the PromptAbuserDetector.kt so maybe a proposal would be to make the PromptAbuserDetector re-usable for prompts and app links - we don't need to create new or duplicate logic then on how to handle this behaviour.
Comment 3•1 year ago
|
||
This bug has been marked as a regression. Setting status flag for Nightly to affected.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 4•1 year 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•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
I think this is basically a dupe of bug 1847273 (likely triggering the same 1-hour prompt-cooldown-period after canceling an external app launch dialog, as described there).
Description
•