Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

new tab opens always on the right

  • 6 відповідей
  • 1 має цю проблему
  • 2 перегляди
  • Остання відповідь від cor-el

more options

When I pressed the "+" symbol at the right side of my tabs with the left mouse button, a new tab opens at the most right place. So far, so easy.

When I pressed the same "+" symbol using the middle mouse button, the new tab opened right beside the active tab. Now, middle mouse button and left mouse button do the same thing.

Work around could be to open the context menu (right mouse button) of a tab, choose "new tab" an get a new tab right beside the tab chosen with the mouse pointer while pressing the right mouse button.

Did something recently change?

When I pressed the "+" symbol at the right side of my tabs with the left mouse button, a new tab opens at the most right place. So far, so easy. When I pressed the same "+" symbol using the middle mouse button, the new tab opened right beside the active tab. Now, middle mouse button and left mouse button do the same thing. Work around could be to open the context menu (right mouse button) of a tab, choose "new tab" an get a new tab right beside the tab chosen with the mouse pointer while pressing the right mouse button. Did something recently change?

Обране рішення

There are these middleclick prefs that you can look at (both true for me).

  • browser.tabs.opentabfor.middleclick true
  • browser.tabs.searchclipboardfor.middleclick true
Читати цю відповідь у контексті 👍 0

Усі відповіді (6)

more options

Go to about:config in the address bar and make sure browser.tabs.insertRelatedAfterCurrent is default true.

more options

Thanks for watching and replying.

It is set as it should, the default. And the old behavior is partly back. Could this be theme related? That's the only thing I changed as far as I remember.

Now the middle click opens a new tab (right position of the active one), but my standard search machine is shown searching for the content in my clipboard (strg+c)?

more options

Вибране рішення

There are these middleclick prefs that you can look at (both true for me).

  • browser.tabs.opentabfor.middleclick true
  • browser.tabs.searchclipboardfor.middleclick true
more options

Thank you very much. Setting the last one

browser.tabs.searchclipboardfor.middleclick false

seems to do the trick and the old behaviour (at least for me?!) seems to be back.

more options

In a new profile without any modifications, browser.tabs.searchclipboardfor.middleclick doesn't make any difference to where new tabs are created when middle-clicking the new tab button.

more options

See also:

// Does middleclick paste of clipboard to new tab button
#ifdef UNIX_BUT_NOT_MAC
pref("browser.tabs.searchclipboardfor.middleclick", true);
#else
pref("browser.tabs.searchclipboardfor.middleclick", false);
#endif

  • 1418462 - Middle clicking on new tab should search or open what's in the selection clipboard on linux [115]

See also:

  • 1841763 - Firefox 115 broke "New tab next to current tab" middle mouse click functionality of the new tab button

Змінено cor-el