You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These updates modify the auro-hyperlink target attribute references to resolve an issue on the home and Support pages where the UI was unresponsive on render.
This issue may be a bug with auro-hyperlink when relative and target are used on the same anchor tag.
While updating the Auro Doc Site, an issue was discovered on the Home and Support pages where the left navigation scrolling and all links were unusable.
Both pages contain FAQ content. In the question "Q: Does Auro support React, Svelte, Vue, etc.?" there were two links that contained both the relative and target="_blank" attributes. It was discovered that removing the target="_blank" attribute resolved the issue.
It is currently undetermined if this issue appears in the Lit element development environment, as there is no current demo of this use, or if it is specific to the auro-hyperlink and the doc site.
Exit criteria
This issue can be closed once it is determined whether the bug is with the element itself or specific to the Auro doc site. Once identified, appropriate actions will be taken to address the issue.
The text was updated successfully, but these errors were encountered:
Please verify the version of auro-hyperlink you have installed
@latest
Please describe the bug
Content containing an
auro-hyperlink
with both therelative
andtarget="_blank"
attributes caused an error on the page.Reproducing the error
This issue cannot be reproduced on the Auro docsite
Expected behavior
It is assumed that using both attributes should not cause an error.
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Additional context
See this commit:
AlaskaAirlines/AuroDocsSite@e9ce9e6
While updating the Auro Doc Site, an issue was discovered on the Home and Support pages where the left navigation scrolling and all links were unusable.
Both pages contain FAQ content. In the question "Q: Does Auro support React, Svelte, Vue, etc.?" there were two links that contained both the
relative
andtarget="_blank"
attributes. It was discovered that removing thetarget="_blank"
attribute resolved the issue.It is currently undetermined if this issue appears in the Lit element development environment, as there is no current demo of this use, or if it is specific to the
auro-hyperlink
and the doc site.Exit criteria
This issue can be closed once it is determined whether the bug is with the element itself or specific to the Auro doc site. Once identified, appropriate actions will be taken to address the issue.
The text was updated successfully, but these errors were encountered: