Bug 287707 - After page had designmode on, there are still several issues, r=daniel, sr=peterv

This commit is contained in:
martijn.martijn@gmail.com
2006-09-01 09:32:57 +00:00
parent 18e07e6e5a
commit c1296cf0bb
2 changed files with 13 additions and 2 deletions

View File

@@ -192,7 +192,10 @@ nsDocShellEditorData::SetEditor(nsIEditor *inEditor)
mEditor = inEditor; // owning addref
}
if (!inEditor)
mMakeEditable = PR_FALSE;
return NS_OK;
}