User tests: Successful: Unsuccessful:
Pull Request for Issue raised by Michael Melson on Facebook
Make sure the download URL and info URL opens as a new page.
click the update URL or the info url
new page opens as it is a remote site
the current page is closed and the new page is open in the same tab.
none
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_joomlaupdate |
The reason that we did not put rel="noopener noreferrer" on these links is that we are assuming that joomla.org is safe and doesn't need this security prevention.
In some cases we might use external sites like github too and IIRC it does not hurt right?
In addition if you insist on the links opening in a new window then you must add information that the link opens in a new window.
Any suggestion how? IIRC we have an css class for this? Or do you think we should do it different?
No doesnt hurt
try something like < span class = sr-only > opens in a new window </ span
try something like < span class = sr-only > opens in a new window </ span
Do we already have an example / string in core for this so we are reinventing the wheel here also does this need to go in staging as this is a PR against staging?
Labels |
Added:
?
|
Please check the latest commits @brianteeman @Quy
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Status "Ready To Commit".
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-20 12:52:42 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thank you for making Joomla ux better.
The reason that we did not put
rel="noopener noreferrer"
on these links is that we are assuming that joomla.org is safe and doesn't need this security prevention.In addition if you insist on the links opening in a new window then you must add information that the link opens in a new window.