Open
Bug 1462652
Opened 8 years ago
Updated 3 years ago
HTMLEditor::SplitParentInlineElementsAtRangeEdges() should modify end of given range item when it's callapsed
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
NEW
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | affected |
People
(Reporter: masayuki, Unassigned)
Details
HTMLEditRules::BustUpInlinesAtRangeEndpoints() modifies start point of given range item after splitting some nodes. However, if it's collapsed, end point refers same as start point. So, if it's collapsed, the end point should be updated when start point is modified.
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•6 years ago
|
Summary: HTMLEditRules::BustUpInlinesAtRangeEndpoints() should modify end of given range item when it's callapsed → HTMLEditor::SplitParentInlineElementsAtRangeEdges() should modify end of given range item when it's callapsed
| Reporter | ||
Updated•6 years ago
|
Target Milestone: --- → mozilla70
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•