Open
Bug 1911326
Opened 4 months ago
Updated 2 months ago
Text-Fragments: Wrong scroll position and focused element
Categories
(Core :: DOM: Selection, defect)
Core
DOM: Selection
Tracking
()
NEW
People
(Reporter: jjaschke, Unassigned)
References
(Blocks 2 open bugs)
Details
STR:
- set
dom.text_fragments.enabled=true
- go to https://www.whitehouse.gov/briefing-room/statements-releases/2024/04/22/fact-sheet-president-biden-marks-earth-day-2024-with-historic-climate-action/#:~:text=Under%20his%20leadership%2C%20the%20Administration,stop%20building%20new%20unabated%20coal
Expected behavior:
- The highlighted text should be scrolled into view.
- When pressing
TAB
, the first link in the highlighted text ("securing commitents ...") should be focused.
Actual behavior:
- The page scrolls to the top
- When pressing
TAB
a different link (way before the highlighted text) is selected.
This may be fixed by implementing Bug 1907808.
You need to log in
before you can comment on or make changes to this bug.
Description
•