Bug 336160 – Crash when releasing mouse while dragging absolute positioned element in designMode [@ nsHTMLEditor::MouseUp], r=glazman, sr=peterv

git-svn-id: svn://10.0.0.236/trunk@228039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2007-06-14 08:22:47 +00:00
parent 6ca375d76a
commit fee226ad16
3 changed files with 13 additions and 5 deletions

View File

@@ -672,8 +672,6 @@ nsHTMLEditor::MouseUp(PRInt32 aClientX, PRInt32 aClientY,
}
if (mGrabberClicked) {
EndMoving();
mGrabberClicked = PR_FALSE;
mIsMoving = PR_FALSE;
}
}
return NS_OK;