removing "return NS_OK" because it keeps it from doing the call to

nsFrame which calls HandleRelease. Without HandleRelease the EventStateManager
mMouseGrabber never gets cleared and it keeps thinking events need to go to the view.
b=48792 r=pollmann


git-svn-id: svn://10.0.0.236/trunk@76588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2000-08-17 22:39:13 +00:00
parent 149c937939
commit a62d36cc93
2 changed files with 0 additions and 2 deletions

View File

@@ -304,7 +304,6 @@ nsImageControlFrame::HandleEvent(nsIPresContext* aPresContext,
mLastClickPoint.y = NSTwipsToIntPixels(aEvent->point.y, t2p);
mGotFocus = PR_TRUE;
return NS_OK;
break;
}
}

View File

@@ -304,7 +304,6 @@ nsImageControlFrame::HandleEvent(nsIPresContext* aPresContext,
mLastClickPoint.y = NSTwipsToIntPixels(aEvent->point.y, t2p);
mGotFocus = PR_TRUE;
return NS_OK;
break;
}
}