We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sp-action-button
Should open only 1 new tab
Two tabs with the same href are getting opened
No response
Chrome
import '@spectrum-web-components/action-button/sp-action-button.js';
<sp-action-button href="https://github.com/adobe/spectrum-web-components" target="_blank"
Click me
SEV 4
The text was updated successfully, but these errors were encountered:
Rajdeepc
Successfully merging a pull request may close this issue.
Code of conduct
Impacted component(s)
sp-action-button
Expected behavior
Should open only 1 new tab
Actual behavior
Two tabs with the same href are getting opened
ActionButton.mp4
Screenshots
No response
What browsers are you seeing the problem in?
Chrome
How can we reproduce this issue?
Sample code or abstract reproduction which illustrates the problem
import '@spectrum-web-components/action-button/sp-action-button.js';
<sp-action-button
href="https://github.com/adobe/spectrum-web-components"
target="_blank"
Severity
SEV 4
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: