Closed
Bug 1947106
Opened 1 year ago
Closed 1 year ago
Make the hack for bug 1938110 and bug 1940278 run only when we use the legacy white-space
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
The hacks are for the legacy our behavior, such as using ASCII white-space for the trailing visible white-space and making it visible with following <br>. However, once we start to use without the <br>, we don't need the hacks anymore.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
The hacks are required only for the other legacy behavior which uses ASCII
white-space even before a block boundary but with a padding <br> element.
Therefore, once we use the Blink compare behavior, it'll put an NBSP without
a padding <br>, we don't need them anymore.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/a8071da76057
Make the hack for bug 1938110 and bug 1940278 run only when we use the legacy white-space normalizer r=m_kato
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•