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
Component
Using .click() programmatically on a <md-icon-button> (and variants) doesn't open the link referenced by the href attribute.
.click()
<md-icon-button>
href
Comparatively, this behavior works on <md-text-button> (and variants)
<md-text-button>
https://lit.dev/playground/#gist=6d9560e7ff4fdcfaefd559de9f12349a
workaround not found yet.
No or unsure. This never worked, or I haven't tried before.
1.3.0
everywhere
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is affected?
Component
Description
Using
.click()
programmatically on a<md-icon-button>
(and variants) doesn't open the link referenced by thehref
attribute.Comparatively, this behavior works on
<md-text-button>
(and variants)Reproduction
https://lit.dev/playground/#gist=6d9560e7ff4fdcfaefd559de9f12349a
Workaround
workaround not found yet.
Is this a regression?
No or unsure. This never worked, or I haven't tried before.
Affected versions
1.3.0
Browser/OS/Node environment
everywhere
The text was updated successfully, but these errors were encountered: