Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

command + click does not open links in new tabs

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 12 回表示
  • 最後の返信者: 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

すべての返信 (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.