зеркало из https://github.com/mozilla/gecko-dev.git
Followup nit for bug 686203 - comment change. r=ehsan DONTBUILD
This commit is contained in:
Родитель
9e51b46e11
Коммит
39ef4e4f00
|
@ -141,7 +141,7 @@ nsHTMLEditorEventListener::MouseDown(nsIDOMEvent* aMouseEvent)
|
|||
NS_ENSURE_TRUE(target, NS_ERROR_NULL_POINTER);
|
||||
nsCOMPtr<nsIDOMElement> element = do_QueryInterface(target);
|
||||
|
||||
// Contenteditable should disregard mousedowns outwith it
|
||||
// Contenteditable should disregard mousedowns outside it
|
||||
if (element && !htmlEditor->IsNodeInActiveEditor(element)) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче