Closed
Bug 1935065
Opened 2 months ago
Closed 2 months ago
Make `HTMLEditor` consider whether using `<br>` or a preformatted linefeed in a method
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 months ago
|
||
The error handling makes 2 tests start passing.
Depends on D230363
Assignee | ||
Comment 2•2 months ago
|
||
I'll land the patch after a couple of days to watch the regression reports of bug 1925635 and bug 1923251 which the following patch including the patch for this bug depend on their patches and they may be backed out for fixing serious regressions.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/5d90c44a438b
Implement `HTMLEditor::GetPreferredLineBreakType` to consider whether inserting `<br>` or a preformatted linefeed r=m_kato
Comment 4•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•