From f02a620f410e62324d63d2e76dbc93ae1d887a39 Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 16 Mar 2009 14:17:50 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E3=82=BF=E3=83=96=E3=82=92=E6=8C=81?= =?UTF-8?q?=E3=81=A4=E3=82=B5=E3=83=96=E3=83=84=E3=83=AA=E3=83=BCA?= =?UTF-8?q?=E3=81=A8=E3=82=B5=E3=83=96=E3=83=84=E3=83=AA=E3=83=BCB?= =?UTF-8?q?=E3=81=8C=E3=81=82=E3=82=8B=E6=99=82=E3=80=81=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=82=92=E3=82=B5=E3=83=96=E3=83=84=E3=83=AA=E3=83=BCA?= =?UTF-8?q?=E3=81=AE=E6=9C=80=E5=BE=8C=E3=81=AE=E5=AD=90=E3=81=AB=E3=83=89?= =?UTF-8?q?=E3=83=AD=E3=83=83=E3=83=97=E3=81=99=E3=82=8B=E3=81=A8=E3=82=B5?= =?UTF-8?q?=E3=83=96=E3=83=84=E3=83=AA=E3=83=BCB=E3=81=AE=E5=BE=8C?= =?UTF-8?q?=E3=81=AB=E3=82=BF=E3=83=96=E3=81=8C=E7=A7=BB=E5=8B=95=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3815 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 419e3216..189a98e6 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2216,7 +2216,7 @@ TreeStyleTabBrowser.prototype = { case this.kDROP_ON: info.action = this.kACTION_MOVE | this.kACTION_ATTACH; info.parent = tab; - info.insertBefore = this.getNextSiblingTab(tab); + info.insertBefore = this.getNextSiblingTab(tab) || this.getNextVisibleTab(tab); break; case this.kDROP_BEFORE: