lebedev / tabcontrol

A Firefox extension to control tab operations.
https://addons.mozilla.org/firefox/addon/tab-control/
GNU General Public License v2.0
7 stars 2 forks source link

Bookmarks and diverted tabs open at far end of tab bar #17

Closed Keith94 closed 7 years ago

Keith94 commented 8 years ago

Steps to reproduce

  1. Open about:config.
  2. Set the following prefs to true.
    • browser.tabs.loadBookmarksInBackground
    • browser.tabs.loadDivertedInBackground
  3. Open a bookmark/history item in a new tab (or a link from another application).

Expected result

Tabs should be inserted after the current tab.

Actual result

Tabs are inserted at the rightmost position in the tab bar.

Notes

When the aforementioned prefs are set to false, the behavior works as expected.