Text-Fragments: User activation does not work when opening a new tab on Android
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: jjaschke, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The same issue as described in bug 1911339 also occurs on Firefox for Android. Since there's a fix for desktop already, this is a follow-up to fix the issue on Android.
Comment 1•1 year ago
|
||
Hi Makoto, do you know where GeckoView handles opening links in a new tab from the context menu? We may need to update the code to propagate user activation for text fragments to ensure it works on Android. Thank you!
| Assignee | ||
Comment 2•1 year ago
|
||
If from context menu, browser such as Fenix application will call GeckoSession.open and GeckoSession.load APIs when selecting menu.
I guess that we should add an parameter to GeckoSession.Loader and NavigationDelegate.LoadRequest.
| Assignee | ||
Comment 3•1 year ago
|
||
Handle textDirectiveUserActivation for GeckoView (Bug 1888756).
When with referrer Gecko session, GeckoSession.load with text fragment
parameter won't scroll content even if URI has this parameter.
So I would like to add an API to set textDirectiveUserActivation for
external user activation such as context menu.
Updated•1 year ago
|
| Assignee | ||
Comment 4•1 year ago
|
||
This is Fenix version of bug 1911339.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 8•1 year ago
|
||
| bugherder | ||
Description
•