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
Internet Explorer 11
Windows 7 (modern.ie virtual box virtual machine)
The bug can be reproduced, when viewing the docs with the mentioned browser.
This can be fixed via the focusable="false" attribute:
focusable="false"
<svg focusable="false"> <path class="mdc-notched-outline__path" d=""/> </svg>
If this issue will be accpeted, there README.mds of textfield and notched outline needs to be adapted and examples needs to be updated.
The text was updated successfully, but these errors were encountered:
This will be resolved with #4035, because notched outline will no longer use SVG.
Sorry, something went wrong.
Awesome news.
Successfully merging a pull request may close this issue.
What MDC Web Version are you using?
What browser(s) is this bug affecting?
Internet Explorer 11
What OS are you using?
Windows 7 (modern.ie virtual box virtual machine)
What are the steps to reproduce the bug?
The bug can be reproduced, when viewing the docs with the mentioned browser.
What is the expected behavior?
What is the actual behavior?
Any other information you believe would be useful?
This can be fixed via the
focusable="false"
attribute:If this issue will be accpeted, there README.mds of textfield and notched outline needs to be adapted and examples needs to be updated.
The text was updated successfully, but these errors were encountered: