On some websites, why doesn't Ctrl + Click work, but right-click > Open in new tab, does?

Take for example the Metro newspaper. Ctrl + clicking other articles on the right side opens them in the same tab... grrrr! Yet right-clicking > Open in new tab, does work.

It's frustrating - is there any way to make Ctrl + click work on all websites? Why doesn't this work on the occasional website? I.e. what's the technical reason?

3

3 Answers

It is because of JavaScript that captures your clicks and, because of that, interferes with your keyboard shortcuts. If you disable JavaScript then shortcuts should start to work again. You can test it by pressing CTRL+SHIFT+I (Developer tools), then clicking Settings (gear icon) and enabling option Disable JavaScript.

1

Middle-clicking seems to work like a ctrl-click (as mentioned by Firelord in the comments).

2

There's a Chrome extension called Command-Click Fix which fixes this annoying part of websites.

You Might Also Like