Bug 354089. Tell the focus manager immediately when nothing is focused. r+sr=mats
git-svn-id: svn://10.0.0.236/trunk@213837 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f06ba26d9e
commit
99539b454d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user