KExternalLink ought to open in new tab safely #94
Labels
category: library
Shared code library
P1 - important
Priority: High impact on UX
product: Kolibri
Relevant to a specific issue in Kolibri
We removed the
target="_blank" rel="noopener noreferrer"
due to learningequality/kolibri#7480However,
KExternalLink
ought to have a boolean propopenInNewTab
when true will apply the proper attrs.It also should be tested in Android and other special-build versions of Kolibri designed to run in a web view.
First, this must be finished: learningequality/kolibri#7482 because Kolibri uses
KExternalLink
for internal routing at time of writing.The text was updated successfully, but these errors were encountered: