Closed
Bug 1637855
Opened 5 years ago
Closed 4 years ago
[Meta] Refactor `WSRunObject`'s ASCII whitespace sequence handling
Categories
(Core :: DOM: Editor, task, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 2 open bugs)
Details
(Keywords: meta, Whiteboard: [h2review-noted])
The whitespace handling code runs multiple times after and during DOM mutation by editor. So, we should make it stateless for computing the range without DOM mutation.
Assignee | ||
Updated•5 years ago
|
Type: defect → task
Priority: -- → P2
Assignee | ||
Updated•5 years ago
|
Blocks: better-invisible-br-handling
Assignee | ||
Comment 1•5 years ago
|
||
Ah, this isn't required for bug 1618457 at least for now.
No longer blocks: 1618457
Priority: P2 → P3
Updated•5 years ago
|
Severity: -- → S3
Assignee | ||
Updated•4 years ago
|
Keywords: meta
Summary: Refactor `WSRunObject`'s ASCII whitespace sequence handling → [Meta] Refactor `WSRunObject`'s ASCII whitespace sequence handling
Updated•4 years ago
|
Whiteboard: [h2review-noted]
Assignee | ||
Comment 2•4 years ago
|
||
The refactoring has done. Watch bug 1658699 if you'd love to ship this new normalizer.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•