Bug 1436743 - Dispatch events via the docgroup rather than the tabgroup when possible. r=mystor
This commit is contained in:
@@ -158,7 +158,7 @@ nsFormFillController::AttributeChanged(nsIDocument* aDocument,
|
||||
this,
|
||||
&nsFormFillController::MaybeStartControllingInput,
|
||||
focusedInput);
|
||||
NS_DispatchToCurrentThread(event);
|
||||
aDocument->Dispatch(TaskCategory::Other, event.forget());
|
||||
}
|
||||
|
||||
if (mListNode && mListNode->Contains(aElement)) {
|
||||
|
||||
Reference in New Issue
Block a user