Closed
Bug 1768313
Opened 3 years ago
Closed 2 years ago
Rename `HTMLEditor::GetActiveEditingHost` to `ComputeEditingHost` and make it take a reference DOM point
Categories
(Core :: DOM: Editor, task, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
DUPLICATE
of bug 1771448
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug)
Details
HTMLEditor::GetActiveEditingHost
computs editing host from focus node of Selection
. And we're making editor stop touching Selection
frequently. Therefore, it's time to redesign it for making the callers clearer.
Reporter | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•