зеркало из https://github.com/mozilla/pjs.git
removing observer. put in on accident. editor will handle oninput changes. if not i can un comment this
This commit is contained in:
Родитель
2c1f1b53a6
Коммит
ad26ff0747
|
@ -976,7 +976,7 @@ nsGfxTextControlFrame2::Destroy(nsIPresContext* aPresContext)
|
|||
return rv?rv:NS_ERROR_FAILURE;
|
||||
if (doc)
|
||||
{
|
||||
doc->RemoveObserver(mTextListener);
|
||||
//doc->RemoveObserver(mTextListener);
|
||||
}
|
||||
}
|
||||
return nsBoxFrame::Destroy(aPresContext);
|
||||
|
@ -2566,7 +2566,7 @@ nsGfxTextControlFrame2::SetInitialChildList(nsIPresContext* aPresContext,
|
|||
rv = shell->GetDocument(getter_AddRefs(doc));
|
||||
if (NS_FAILED(rv) || !doc)
|
||||
return rv?rv:NS_ERROR_FAILURE;
|
||||
doc->AddObserver(mTextListener);
|
||||
//doc->AddObserver(mTextListener);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче