Crash tests should collapse selection to end of text node rather than end of parent parent element to emulate the behavior before bug 1789967
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox105 | --- | unaffected |
firefox106 | --- | unaffected |
firefox107 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I misunderstood the traditional behavior before bug 1789967, that is, HTMLEditor
collapsed Selection
to end of the deepest last child container element or text node of the <body>
, rather than to end of only the deepest last child container element. This misunderstanding caused the backout of the first landing, but I didn't realize this mistake.
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1789967
Assignee | ||
Comment 2•1 year ago
|
||
I misunderstood the traditional behavior before bug 1789967, that is,
HTMLEditor
collapsed Selection
to end of the deepest last child container
element or text node of the <body>
, rather than to end of only the
deepest last child container element. This misunderstanding caused the backout
of the first landing, but I didn't realize this mistake.
Therefore, this patch makes the crashtests which are touched in bug 1789967 and
the collapsed point is at a text node (or failed to consider the collapsed
point) collapse Selection
to end of the deepest last text node of their
<body>
elements.
Updated•1 year ago
|
Updated•1 year ago
|
Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/561d75b5153b Correct the emulation in crashtests for bug 1789967 r=m_kato
Comment 4•1 year ago
|
||
bugherder |
Description
•