Cannot ctrl-click to open a deployment target

Steps to repro:

  1. Go to Environments
  2. Ctrl-click (or whatever it is in your operating system) to attempt to open a deployment target in a new tab.

No dice: it still opens in the same tab.

Could we get a quick fix on that? It’s painful to try to side-by-side compare deployment targets.

Thanks!

  • Josh

Hi Josh,

Thanks for getting in touch!

Unfortunately, this isn’t a quick fix. Because the HTML that draws the deployment target is made up of a whole bunch of divs, the click event is handled by Angular ng-click rather than as a standard anchor tag. That means your standard ctrl-click won’t work. We’d have to rewrite a fair bit of UI to get this to work.

If you feel really strongly, can you create a [UserVoice suggestion])https://octopusdeploy.uservoice.com)?

Sorry it’s not better news!

Damo