Closed
Bug 1657052
Opened 4 years ago
Closed 4 years ago
Make `HTMLEditor::HandleDeleteAroundCollapsedSelection()` not use `Selection`
Categories
(Core :: DOM: Editor, task, P2)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
After bug 1656799, we can make HTMLEditor::HandleDeleteAroundCollapsedSelection()
take ranges to delete instead of referring Selection
in it.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D85849
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/2236717186b9
Make `HTMLEditor::HandleDeleteAroundCollapsedSelection()` take ranges to delete instead of retrieving them via `Selection` r=m_kato
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•