Closed
Bug 1930564
Opened 3 months ago
Closed 3 months ago
Make `MoveNodeResult` inherit `EditActionResult`
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
Currently MoveNodeResult
inherits only CaretPoint
and has some members which are same as EditActionResult
. I'd like to add DeleteRangeResult
which will inherit both CaretPoint
and EditActionResult
. So, for making it work with MoveNodeResult
, it's nicer to make MoveNodeResult
inherits EditActionResult
.
Assignee | ||
Comment 1•3 months ago
|
||
Currently MoveNodeResult
inherits only CaretPoint
and has some members which
are same as EditActionResult
. I'd like to add DeleteRangeResult
which will
inherit both CaretPoint
and EditActionResult
. So, for making it work with
MoveNodeResult
, it's nicer to make MoveNodeResult
inherits
EditActionResult
.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/1b4e1a5639a1
Make `MoveNodeResult` inherit `EditActionResult` r=m_kato
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•