Tab Mix Plus

Official Home of TMP
It is currently Thu May 23, 2013 3:48 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Thu Sep 15, 2005 7:09 pm 
Awesome extension btw!

Currently I can drag a tab from one window into another. If I drop it onto the middle of a tab in the other window, the other window tab opens with the same URL of the tab being dropped. Great.

If I drop it on the edge of the tab (when the black arrow is visible), it creates a new tab in that location. Also great.

But I can't drop it on the empty tabbar. To verify this, create two windows each with one tab. Drag a tab from one window to the empty tabbar of the other. You'll get the circle-with-a-slash mouse pointer indicating that you can't drop anything there. It would be great if the tab could be dropped on an empty part of the tabbar, and just create a new tab there.

Thanks!


Top
  
 
 Post subject:
PostPosted: Fri Sep 16, 2005 11:09 am 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7291
i'll look into it.

_________________
Tab Mix Plus 0.4.1.0
latest Dev-Build
Forum RSS, Troubleshooting


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 16, 2005 12:52 pm 
Offline
Admin
User avatar

Joined: Thu Aug 04, 2005 1:12 pm
Posts: 7291
CPU

drag a tab from one window into another, is the same as drag link to the tabbar

in minit.js onDragOver function add at the start
Code:
    var aParentNode = session.sourceNode ? session.sourceNode.parentNode : null;
    var dropOnDifferentBrowser = aParentNode != gBrowser.mTabContainer && aParentNode.localName == "tabs";
    if (dropOnDifferentBrowser) return nsDragAndDrop.dragOver(event, gBrowser);


add
Code:
return true;
at the end

and replace the other
Code:
return
in the function with
Code:
return true;

_________________
Tab Mix Plus 0.4.1.0
latest Dev-Build
Forum RSS, Troubleshooting


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group