Remove no longer needed event hack. Bug 146399, patch by Vidar Haarr
<vhaarr+bmo@gmail.com>, r=dbaron, sr=rbs git-svn-id: svn://10.0.0.236/trunk@185782 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1405,10 +1405,6 @@ nsListControlFrame::HandleEvent(nsPresContext* aPresContext,
|
||||
nsEventStatus* aEventStatus)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aEventStatus);
|
||||
// temp fix until Bug 124990 gets fixed
|
||||
if (aPresContext->IsPaginated() && NS_IS_MOUSE_EVENT(aEvent)) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/*const char * desc[] = {"NS_MOUSE_MOVE",
|
||||
"NS_MOUSE_LEFT_BUTTON_UP",
|
||||
|
||||
Reference in New Issue
Block a user