Closed
Bug 5368
Opened 25 years ago
Closed 25 years ago
Mac format files mess up JavaScript
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: beard, Assigned: rickg)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Mac format text files ('\r' for line endings) mess up JavaScript. During document
scanning, '\r' should be converted to '\n' line endings before passing text to
JavaScript. Either that, or JavaScript should be fixed to handle '\r' line
endings.
Updated•25 years ago
|
QA Contact: 3847 → 4141
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 1•25 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Comment 4•23 years ago
|
||
Appears to work for me in latest browsers.
You need to log in
before you can comment on or make changes to this bug.
Description
•