From eee6e110a3e6ff8a195f3be3318761f252fd1224 Mon Sep 17 00:00:00 2001 From: "sspitzer%mozilla.org" Date: Thu, 27 Jul 2006 21:31:59 +0000 Subject: [PATCH] fix for regresson bug #346172 dragging a link into firefox and dropping it onto a tab opens it in the focused tab, and not the desired tab. this regression was caused by bug #333791 r=mconnor --- toolkit/content/widgets/tabbrowser.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolkit/content/widgets/tabbrowser.xml b/toolkit/content/widgets/tabbrowser.xml index 51923916b1b..80750e1e3b2 100644 --- a/toolkit/content/widgets/tabbrowser.xml +++ b/toolkit/content/widgets/tabbrowser.xml @@ -1656,7 +1656,8 @@ = aDragSession.sourceNode.boxObject.screenX && aEvent.screenX <= (aDragSession.sourceNode.boxObject.screenX + aDragSession.sourceNode.boxObject.width)))