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!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

command + click does not open links in new tabs

  • 1 odpověď
  • 1 má tento problém
  • 12 zobrazení
  • Poslední odpověď od cor-el

more options

The typical expected behavior is that when I use Command key plus clicking on a link it should open in a new tab.

I am on OSX, I do not have a quick way to see if this problem happens for Ctrl+click on Windows..

But in reality, this only usually works. I am working with phpmyadmin and the phpmyadmin demo does replicate the problem.

https://demo.phpmyadmin.net/master-config/

clicking the links on the left side of the screen (databases and tables) with Command+click loads the new link in the same window, just as click by itself does.

The expected behavior is that this would always work. Strangely, I have tested this in both Safari and Chrome. Chrome gets the expected behavior correct. But Safari also does not work, just on the phpmyadmin website and not on any other.

Does anyone have any idea why this would be happening?

-FT

The typical expected behavior is that when I use Command key plus clicking on a link it should open in a new tab. I am on OSX, I do not have a quick way to see if this problem happens for Ctrl+click on Windows.. But in reality, this only usually works. I am working with phpmyadmin and the phpmyadmin demo does replicate the problem. https://demo.phpmyadmin.net/master-config/ clicking the links on the left side of the screen (databases and tables) with Command+click loads the new link in the same window, just as click by itself does. The expected behavior is that this would always work. Strangely, I have tested this in both Safari and Chrome. Chrome gets the expected behavior correct. But Safari also does not work, just on the phpmyadmin website and not on any other. Does anyone have any idea why this would be happening? -FT

Všechny odpovědi (1)

more options

If this is not a normal link, but a JavaScript onclick handler processes mouse click then the Command key modifier might not work. You can possibly check this via the right-click context menu in the Inspector. If there is an event label appended to this tag then this means that an onclick handler is attached.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected.