Haha I go through this problem when I'm in S3
they updated s3 recently.. sadly not solving the problem
Ask HN: Please AWS team, make links work with control-click
21–30 of 38 posts
Re: Ask HN: Please AWS team, make links work with control-click
#22I've seen this on a few sites, my suspicion is that it's caused by some kind of marketing analytics JavaScript that attempts to track clicks on outbound links by intercepting the click, logging the analytic event and then navigating to the destination using location.href=something. Not sure what's causing it here - could be Marketo Munchkin perhaps?
Re: Ask HN: Please AWS team, make links work with control-click
#23Try right-click > open in new tab. Nobody traps right-click in JS :] Yes, unbelievably annoying, but I've encountered this kind of behavior on a lot of websites.
Web 3.0, baby!
Re: Ask HN: Please AWS team, make links work with control-click
#24I have this exact problem with Microsoft Azure as well. Changing pages always takes 5-10 seconds and you can't open in a new tab to open new tables concurrently. Makes working in their portal really inefficient.
Re: Ask HN: Please AWS team, make links work with control-click
#25For those with a similar problem, the fix is super easy: https://github.com/marcusdarmstrong/mockdraftable-web/commit...
Re: Ask HN: Please AWS team, make links work with control-click
#26Re: Ask HN: Please AWS team, make links work with control-click
#27The title sounds like you can please the AWS team by making links ctrl-clickable.
Re: Ask HN: Please AWS team, make links work with control-click
#28I've seen this on a few sites, my suspicion is that it's caused by some kind of marketing analytics JavaScript that attempts to track clicks on outbound links by intercepting the click, logging the analytic event and then navigating to the destination using location.href=something. Not sure what's causing it here - could be Marketo Munchkin perhaps?
Re: Ask HN: Please AWS team, make links work with control-click
#29Try right-click > open in new tab. Nobody traps right-click in JS :] Yes, unbelievably annoying, but I've encountered this kind of behavior on a lot of websites.
An increasing number of websites force me to right-click to follow links; maybe JS can't trap it yet? In some places, the basic process to follow a link has become right-click, copy link, paste into text editor, filter URL through script to remove tracking crap, open new tab, paste result into URL bar. Web 3.0, baby!
Re: Ask HN: Please AWS team, make links work with control-click
#30You read that right. A "native" app over-riding core operating system functionality to prevent users performing the very task the window is designed for.
Let that sink in for a moment.
(Since the window is a webview you can see (and debug) the JS code doing it. They are aware of the problem but not interested in fixing it.)