mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
I messed up my checkin for bug93521, I screwed up nesting when applying a patch that needed merging. Bah.
This commit is contained in:
parent
8d028363d4
commit
3318291f1b
@ -3725,6 +3725,7 @@ nsEventStateManager::SendFocusBlur(nsIPresContext* aPresContext, nsIContent *aCo
|
||||
|
||||
if (clearFirstFocusEvent) {
|
||||
NS_RELEASE(mFirstFocusEvent);
|
||||
}
|
||||
} else if (!aContent) {
|
||||
//fire focus on document even if the content isn't focusable (ie. text)
|
||||
//see bugzilla bug 93521
|
||||
@ -3736,7 +3737,6 @@ nsEventStateManager::SendFocusBlur(nsIPresContext* aPresContext, nsIContent *aCo
|
||||
mDocument->HandleDOMEvent(mPresContext, &event, nsnull, NS_EVENT_FLAG_INIT, &status);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
nsIFrame * currentFocusFrame = nsnull;
|
||||
if (mCurrentFocus)
|
||||
|
Loading…
Reference in New Issue
Block a user