Closed
Bug 1618457
Opened 5 years ago
Closed 4 years ago
[meta] Separate `HTMLEditor::HandleDeleteSelection()` and helpers to delete range computation part and modifying the DOM tree part
Categories
(Core :: DOM: Editor, task, P2)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: meta)
InputEvent.getTargetRanges()
basically returns Selection
ranges at dispatching it. However, only when user tries to remove contents in HTMLEditor
, the result should be ranges which will be removed. This requires a lot of refactoring, sigh...
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Version: unspecified → Trunk
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open → meta
Updated•4 years ago
|
Summary: Separate `HTMLEditor::HandleDeleteSelection()` and helpers to delete range computation part and modifying the DOM tree part → [meta] Separate `HTMLEditor::HandleDeleteSelection()` and helpers to delete range computation part and modifying the DOM tree part
Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•