git-point icon indicating copy to clipboard operation
git-point copied to clipboard

Browser redirect inside app

Open marcus-sa opened this issue 7 years ago • 2 comments
trafficstars

When I click on a different Github link from an issue comment, isn't it supposed to redirect me to the actual issue inside that repository instead of opening my default browser and redirecting to the url from there?

I think a solution to this would be if you detected whether or not a comment includes a Github link, then add an onClick property to the link and prevent the default action, so that instead of actually opening the browser, it instead executes an action which redirects the user to the repository inside the app.

marcus-sa avatar Feb 26 '18 19:02 marcus-sa

This is how it's supposed to be. Could you point me to the issue comment you were browsing when this happened?

machour avatar Feb 26 '18 19:02 machour

Now we simply depends on Github has marked the link with class issue-link. More intelligent will be better.

chinesedfan avatar Dec 01 '18 11:12 chinesedfan