eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Dragging a focused tab into an existing window doesn't focus the newly dragged tab #398

Open Smile4ever opened 5 years ago

Smile4ever commented 5 years ago

I think the title is pretty clear.

Steps to repro:

  1. Focus a tab in the first window
  2. Drag that tab into the second window

Notice how the focus is set wrong/not set on the newly dragged tab.

Expected behaviour: Newly dragged tab is focused, since it was focused before. (and I think the tabId stayed the same, so if we could keep track of that..)