fix for setcapture. passes events to the nsHTMLFrame's areaframe when events are trapped to a given frame's view.

This commit is contained in:
mjudge@netscape.com
2000-04-12 03:04:11 +00:00
parent c54dc2465c
commit abfa134534
19 changed files with 401 additions and 120 deletions

View File

@@ -6170,7 +6170,7 @@ nsBlockFrame::HandleEvent(nsIPresContext* aPresContext,
else
return NS_OK; //just stop it
}
return NS_OK;
return nsFrame::HandleEvent(aPresContext, aEvent, aEventStatus);
}