Adding scrolling fixes to fix bug #3999, A: chofmann

git-svn-id: svn://10.0.0.236/trunk@29867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki%netscape.com
1999-04-30 19:38:39 +00:00
parent 0d78d06071
commit a158b164ef
12 changed files with 110 additions and 138 deletions

View File

@@ -2005,7 +2005,7 @@ PresShell::HandleEvent(nsIView *aView,
//4. Give event to event manager for post event state changes and generation of synthetic events.
if (nsnull != mCurrentEventFrame && NS_OK == rv) {
rv = manager->PostHandleEvent(*mPresContext, aEvent, mCurrentEventFrame, aEventStatus);
rv = manager->PostHandleEvent(*mPresContext, aEvent, mCurrentEventFrame, aEventStatus, aView);
}
}
}