Super DragAndGoで、現在のタブの中からドラッグされた内容のみ新しいタブで開くようにした

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1950 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-02-28 07:26:17 +00:00
parent 7793710e1c
commit ccf7687592

View File

@ -465,6 +465,8 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() {
superDrag.onDrop.toSource().replace(
/(var newTab = getBrowser\(\).addTab\([^\)]+\);)/g,
<><![CDATA[
if (aDragSession.sourceNode &&
aDragSession.sourceNode.ownerDocument.defaultView.top == getBrowser().contentWindow)
TreeStyleTabService.readyToOpenChildTab(getBrowser());
$1
]]></>