Open DavidLagou opened 4 years ago
On the artifact project page (groupeton-app.html), when a user clicks on the link to the live artifact it doesn't open in a new tab but instead replaces the current window.
Visit https://davidlagou.com/groupeton-app.html
On the header click on the live website
After that, these pages also have the same issue:
When a user clicks on the link, a new tab should appear with the project
No new tab opens instead the current tab is replaced with the project.
This bug was found on the following configurations labeled in Blue.
Medium
High
Bug
David Lagou
Needed to add a new attribute called target with a value of "_blank"
Added : <a class="buttonCTA" href="#" target="_blank"> LINK TO LIVE WEBSITE </a>
<a class="buttonCTA" href="#" target="_blank"> LINK TO LIVE WEBSITE </a>
Description:
On the artifact project page (groupeton-app.html), when a user clicks on the link to the live artifact it doesn't open in a new tab but instead replaces the current window.
Steps to reproduce:
Visit https://davidlagou.com/groupeton-app.html
On the header click on the live website
After that, these pages also have the same issue:
Expected Results:
When a user clicks on the link, a new tab should appear with the project
Actual Result :
No new tab opens instead the current tab is replaced with the project.
Configurations:
This bug was found on the following configurations labeled in Blue.
Severity:
Medium
Priority
High
Type:
Bug
Assignee:
David Lagou