eoger / tabcenter-redux

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

browser.tabs.insertAfterCurrent breaks opening position of multiple tabs #335

Closed Keith94 closed 6 years ago

Keith94 commented 6 years ago

browser.tabs.insertAfterCurrent pref was added in https://bugzil.la/1344749

Steps to reproduce

  1. Toggle browser.tabs.insertAfterCurrent to true in about:config
  2. Have two or more tabs open and select first tab
  3. Open bookmarks window (Ctrl+Shift+B)
  4. Select two or more bookmarks and choose "Open All in Tabs"

Expected results

Tabs should open after current tab

Actual results

Tabs are opened in split up order

2018-04-07_14-19-52

Keith94 commented 6 years ago

Can't reproduce on the latest Nightly build.