зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
07474d6a39
Коммит
eee6e110a3
|
@ -1656,7 +1656,8 @@
|
|||
<parameter name="aDragSession"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
if (aDragSession.sourceNode.parentNode == this.mTabContainer &&
|
||||
if (aDragSession.sourceNode &&
|
||||
aDragSession.sourceNode.parentNode == this.mTabContainer &&
|
||||
(aEvent.screenX >= aDragSession.sourceNode.boxObject.screenX &&
|
||||
aEvent.screenX <= (aDragSession.sourceNode.boxObject.screenX +
|
||||
aDragSession.sourceNode.boxObject.width)))
|
||||
|
|
Загрузка…
Ссылка в новой задаче