Bug 638106 - CKEditor document should be editable, r=davidb, a=final+

This commit is contained in:
Alexander Surkov
2011-03-03 14:41:46 +08:00
parent a40f9ec310
commit a4a71bcf81
8 changed files with 69 additions and 23 deletions

View File

@@ -219,9 +219,8 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
#endif
mTreeConstructedState = eTreeConstructed;
mDocument->CacheChildrenInSubtree(mDocument);
mDocument->NotifyOfInitialUpdate();
NS_ASSERTION(mContentInsertions.Length() == 0,
"Pending content insertions while initial accessible tree isn't created!");
}