Open
Bug 1911334
Opened 4 months ago
Updated 4 months ago
Text-Fragments: Text directive only found after clicking urlbar and hitting enter
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: jjaschke, Unassigned)
References
(Blocks 2 open bugs)
Details
STR:
- set
dom.text_fragments.enabled=true
- visit https://support.zerodha.com/category/account-opening/online-account-opening/articles/can-i-claim-for-a-refund-of-my-account-opening-fees#:~:text=The%20account%20opening%20fee%20is,collecting%20all%20the%20necessary%20documents
Expected results:
The first paragraph is highlighted and scrolled into the center of the view.
Actual results:
Nothing is highlighted. After clicking in the urlbar and hitting enter, the result is as expected. Hitting reload does not fix it.
When enabling logging (MOZ_LOG=FragmentDirective:5 ./mach run
) it can be observed that find-on-page does not find the text directive parameters. Is this a timing issue?
Reporter | ||
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•