Home
Phorge
Search
Configure Global Search
Log In
Transactions
T15161
Change Details
Change Details
Old
New
Diff
I think that internal links should open in the same tab as default. Steps to reproduce: * Visit these links: 1. https://we.phorge.it/project/view/64/ 2. [[ /project/view/64/ | /project/view/64/ ]] 3. [[ / ]] What happens: The first 2 links open in a new tab. Expected behavior: The first 2 links should open in the same tab, like the 3rd link.
I think that internal links should open in the same tab as default. Steps to reproduce: * Visit these links: 1. https://we.phorge.it/project/view/64/ 2. [[ /project/view/64/ | /project/view/64/ ]] 3. [[ / ]] What happens: The first 2 links open in a new tab. Expected behavior: The first 2 links should open in the same tab, like the 3rd link. == Test on your local Phorge == This is just an example Remarkup that you can use to test the situation locally: ``` == Links that should NOT open in an external tab as default == http://phorge.localhost/phriction/edit/3/ <http://phorge.localhost/#asd> <http://phorge.localhost/phriction/edit/3/> [[ http://phorge.localhost/phriction/edit/3/ | http://phorge.localhost/phriction/edit/3/ ]] [[ /phriction/edit/3/ | /phriction/edit/3/ ]] == Still internal links as default == [[ / ]] [[ #asd | #asd ]] == Still External Links as default == https://google.com/ <https://google.com/> [[ https://google.com/| https://google.com/ ]] ```
I think that internal links should open in the same tab as default. Steps to reproduce: * Visit these links: 1. https://we.phorge.it/project/view/64/ 2. [[ /project/view/64/ | /project/view/64/ ]] 3. [[ / ]] What happens: The first 2 links open in a new tab. Expected behavior: The first 2 links should open in the same tab, like the 3rd link.
== Test on your local Phorge == This is just an example Remarkup that you can use to test the situation locally: ``` == Links that should NOT open in an external tab as default == http://phorge.localhost/phriction/edit/3/ <http://phorge.localhost/#asd> <http://phorge.localhost/phriction/edit/3/> [[ http://phorge.localhost/phriction/edit/3/ | http://phorge.localhost/phriction/edit/3/ ]] [[ /phriction/edit/3/ | /phriction/edit/3/ ]] == Still internal links as default == [[ / ]] [[ #asd | #asd ]] == Still External Links as default == https://google.com/ <https://google.com/> [[ https://google.com/| https://google.com/ ]] ```
Continue