Closed
Bug 3630
Opened 26 years ago
Closed 26 years ago
OutputText has gabage chars at end
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: sfraser_bugs, Assigned: buster)
Details
OuptutText on Windows has garbage chars at the end of the output string.
This is a string termination problem in the routine in nsTextEditor that
converts the ostream to an nsString (it might be my bug). The issues
is that aInStr.str does not appear to be null-terminated.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P1
Target Milestone: M3
Reporter | ||
Comment 1•26 years ago
|
||
M3, P1
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
We needed to set the length of the nsString to the stream buffer length.
[NOTE: This error occurred for OutputHTML as well]
Simon, how would I go about verifying this?
Is is just simple text entry?
thanks
Reporter | ||
Comment 4•26 years ago
|
||
Hit the 'output text' or 'output HTML' buttons in the editor testbed. Look to see
if you see garbage at the end of the console output.
verified in 3/19 builds.
Clicking "Get Text" button yields no garbage chars after the text.
There is no Output HTML/Text button, so I'm assuming you meant Get Text.
All these bugs were marked "New" when Jan transfered ownership of them to me.
They were all resolved and need to be marked "Verified" again.
This was Verified on 03/19/99...resetting back to Verified...Bugzilla wacked
out.
You need to log in
before you can comment on or make changes to this bug.
Description
•