Enable `editor.block_inline_check.use_computed_style` by default in all channels
Categories
(Core :: DOM: Editor, task, P3)
Tracking
()
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
Unfortunately, the fix of bug 1840856 will cause new regression in the late beta builds and in the release channel in some tricky cases. (inserting line breaks vs. paragraphs.)
If we don't have any bug reports in 120 (i.e., in the 122 cycle of mozilla-central), we should enable the new behavior and minimizing the side-effect of bug 1840856.
Updated•2 years ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
I think that the new behavior is now enough stable.
| Assignee | ||
Comment 2•1 year ago
|
||
The new behavior is better than the traditional behavior -- considering with
the default style of HTML -- especially when an element is an unknown element or
a custom element.
We've fixed a lot of assertion failures of this change and we have no serious
remaining issues now. Therefore, I think that we can ship it in all channels.
Comment 3•1 year ago
|
||
The patch is working in today's beta-simulation: https://treeherder.mozilla.org/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=ac04dff0a1be29186ef3650e459d8f9b2f4e1b8e
Comment 5•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 7•1 year ago
|
||
Odd, I changed untouched fields with old values... Sorry for the spam.
Description
•