diff --git a/mozilla/content/events/src/nsEventStateManager.cpp b/mozilla/content/events/src/nsEventStateManager.cpp index 1ecf11f2c68..02aa314b3b0 100644 --- a/mozilla/content/events/src/nsEventStateManager.cpp +++ b/mozilla/content/events/src/nsEventStateManager.cpp @@ -4473,6 +4473,7 @@ nsEventStateManager::SendFocusBlur(nsPresContext* aPresContext, gLastFocusedContent = aContent; NS_IF_ADDREF(gLastFocusedContent); SetFocusedContent(aContent); + EnsureFocusSynchronization(); // Moved widget focusing code here, from end of SendFocusBlur // This fixes the order of accessibility focus events, so that