duncangrant opened a new pull request, #385: URL: https://github.com/apache/brooklyn-ui/pull/385
Currently the **Open in Composer** and **Open in Composer (expanded)** buttons in the catalog don't allow ctrl-click or right click and open in new tab behaviour. This is because they are links using ng-click and have href set to #. To fix this we now calculate the links whenever someone toggles the dropdown that displays these buttons. By calculating the href on the links then ctrl click will now open this in a new tab. I haven't found any other instances of this behaviour in Brooklyn so I'm confident that no other changes are required. I have tested this on a mac but not on MS Windows. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org