Closed
Bug 37560
Opened 25 years ago
Closed 25 years ago
nsHTMLEditor::InsertHTML needs to reformat to handle OS newlines.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: cmanske, Assigned: akkzilla)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
When "pasting" html in the document, platform-specific newline conventions
need to be handled.
Assignee | ||
Comment 1•25 years ago
|
||
Attaching a patch. Charley, can you review this? It also includes a couple of
warning fixes in nsHTMLEditor.cpp.
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Assignee | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
This fix looks fine with me. As to the warnings, those look good too,
except I think:
static int SetSelectionAroundHeadChildren...
should be
static nsresult SetSelectionAroundHeadChildren...
just for good form.
Assignee | ||
Comment 4•25 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•