Closed
Bug 1727479
Opened 3 years ago
Closed 3 years ago
Fix `NS_ASSERTION` hit at running 1517028.html
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
That's caused if selection is collapsed in non-splittable element.
Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Updated•3 years ago
|
Blocks: editor-blink-compat
Assignee | ||
Comment 1•3 years ago
|
||
Selection
can be collapsed in a non-splittable element like a void element
and data nodes such as a comment node. In this case, we should split the
parent block at before the void element (Blink almost does so, except
<embed>
, <hr>
and <wbr>
).
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/519503f40573
Make `WhiteSpaceVisibilityKeeper::PrepareToSplitAcrossBlocks()` adjust split point if it's in non-splittable node r=m_kato
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/30209 for changes under testing/web-platform/tests
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•