Closed
Bug 1948279
Opened 1 month ago
Closed 1 month ago
Text-Fragments: Allow to create text fragment for multiple ranges
Categories
(Core :: DOM: Selection, task)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: jjaschke, Assigned: jjaschke)
Details
Attachments
(1 file)
Currently, the frontend code that triggers creating a text fragment only considers selection.getRangeAt(0)
. It should be fairly straightforward to extend this to use all selected ranges.
This would allow to make full use of the Text Fragments feature (which currently no other browser does).
Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → jjaschke
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 month ago
|
||
Pushed by jjaschke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/281fd5ea2f05
Text Fragments: Allow creating text fragments for multiple ranges. r=mconley
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•