Closed
Bug 3664
Opened 26 years ago
Closed 26 years ago
Crash in XIF code outputting text or HTML
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: sfraser_bugs, Assigned: buster)
Details
To reproduce:
apprunner -editor
Apprunner loads plain text editor demo.
click on the Get Text or Get HTML buttons. You'll crash, in
nsXIFDTD::AddAttribute(nsIParserNode& aNode),
because PeekNode(); returns nsnull.
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 → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Added error code -- thanks for the excellent bug -- this was easy to track down
and fix.
Comment 3•26 years ago
|
||
Added error code -- thanks for the excellent bug -- this was easy to track down
and fix.
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/16/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
•