Closed
Bug 1992551
Opened 19 days ago
Closed 18 days ago
Simplify text editor value getter.
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
145 Branch
Tracking | Status | |
---|---|---|
firefox145 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•19 days ago
|
||
Textarea no longer creates newlines in the middle (it only has a
trailing newline for caret positioning purposes), so this is equivalent
but avoids going through nsDocumentEncoder, nsPlainTextSerializer and so
on...
Updated•19 days ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b59df383b07b
https://hg.mozilla.org/integration/autoland/rev/a099475af71c
Simplify text editor value getter. r=smaug
Comment 3•18 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Updated•8 days ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•