I messed up my checkin for bug93521, I screwed up nesting when applying a patch that needed merging. Bah.

This commit is contained in:
saari%netscape.com 2001-08-21 02:27:34 +00:00
parent 8d028363d4
commit 3318291f1b

View File

@ -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)