Closed Bug 11555 Opened 25 years ago Closed 25 years ago

plain text editor doesn't launch

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: sujay, Assigned: Brade)

Details

usingh 8/10 build of apprunner

1) launch apprunner
2) launch editor
3) launch plain text editor from Tools menu

it doesn't come up.

all platforms.
Assignee: buster → brade
Kathy's taking this one.
this has all the symptoms of a problem parsing the XUL.
opening the plain text editor on windows in the debugger yeilds:

XULDocumentImpl::EndLoad()
{
  if (mParentContentSink == nsnull) {
      NS_PRECONDITION(mRootResource != nsnull, "no root resource"); <-- assert!

mRootResource is null, which usually happens because of malformed XUL.
The problem is that two of the entities were misnamed.  I have a fix in hand.
this was a bad xul file on my part.  two of the entities were not in the dtd.
This should be fixed in builds after 2:30pm 8/10/1999.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
verified in 8/11 build.
setting to an approximate milestone so it can be off of the no TFV list
Target Milestone: --- → M8
You need to log in before you can comment on or make changes to this bug.