зеркало из https://github.com/mozilla/pjs.git
Fix crash dragging stuff (bug 202843), r=sfraser@netscape.com, sr=bryner@netscape.com, a=asa
This commit is contained in:
Родитель
a9d00a1ff9
Коммит
6d07316a09
|
@ -2255,7 +2255,7 @@ nsEventStateManager::ClearFrameRefs(nsIFrame* aFrame)
|
|||
if (aFrame == mLastDragOverFrame)
|
||||
mLastDragOverFrame = nsnull;
|
||||
if (aFrame == mGestureDownFrame) {
|
||||
mGestureDownFrame = nsnull;
|
||||
StopTrackingDragGesture();
|
||||
#if CLICK_HOLD_CONTEXT_MENUS
|
||||
mEventDownWidget = nsnull;
|
||||
mEventPresContext = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче