Fiserv / Support

To create support tickets for tenants
9 stars 4 forks source link

Hyperlinks not opening in a new tab #53

Closed fiservakshay closed 2 years ago

fiservakshay commented 2 years ago

Reporting new issue for OpenBanking/Cards

Page Field description documentation section under API Explorer

Describe the bug Hyperlinks with target set to "_blank" are not opening in a new tab. I have used standard HTML anchor tag to document internal/external hyperlinks which I want to open in new tab rather than overriding the active webpage. Please refer the sample anchor tag structure that I have used to document hyperlinks.

Text text text text <a href="mylink.com" target="_blank" title="Click to open"> Link Text </a>

Note

External links are opening in a new tab but links referring to the documentation within Dev Studio portal are not opening in a new tab.

To Reproduce n/a

Expected behavior Anchor tags with target set to "_blank" should open in a new tab.

Screenshots n/a

Desktop (please complete the following information):

Tablet (please complete the following information): n/a

Smartphone (please complete the following information): n/a

Additional context n/a

fiservakshay commented 2 years ago

Opened a new feature request for this issue, therefore closing this issue.