зеркало из https://github.com/mozilla/pjs.git
Bug 354089. Tell the focus manager immediately when nothing is focused. r+sr=mats
This commit is contained in:
Родитель
a7cac46f4a
Коммит
09fe959fee
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче