タブバーの余白領域にリンクなどをドラッグした際、最初または最後のタブの上へのドラッグとして扱われてしまっていたのを修正( http://piro.sakura.ne.jp/cgi-bin/bbs.cgi?2687 )
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6621 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
b30ebf1e13
commit
798ce48a0d
@ -633,8 +633,6 @@ try{
|
||||
window['piro.sakura.ne.jp'].autoScroll.processAutoScroll(aEvent);
|
||||
|
||||
var info = this.getDropAction(aEvent, session);
|
||||
if (!(info.position & this.kDROP_ON))
|
||||
return;
|
||||
|
||||
var setEffectAllowedFunc;
|
||||
var observer = aTabBrowser;
|
||||
@ -654,6 +652,7 @@ try{
|
||||
// auto-switch for staying on tabs (Firefox 3.0 or later)
|
||||
if (
|
||||
setEffectAllowedFunc &&
|
||||
info.position == this.kDROP_ON &&
|
||||
info.target &&
|
||||
!info.target.selected &&
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user