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)

enhancement

Tracking

()

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.
Priority: -- → P3
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
Target Milestone: --- → mozilla70
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.