-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
Tab navigation for external links is still broken (#1028 #929) #4072
Comments
Any news on this argument? I'm really looking forward for this to be implemented in MDL. |
It was still broken for me as of v1.1.3 - #4183 (comment), but is easily fixed |
@ross-nordstrom how did you fix it? I'd be glad to implement this feature on my project. |
**Easy to fix within the MDL code. I haven't found a workaround yet... See the commit @compressed referenced higher up in this thread for how to fix -- basically we just need an |
Oh ok got it... |
* Check for '#' before proceeding with querySelector and tab state modification * Allows anchors to point to other links Closes google#4072
Issues #1028 and #929 still seem to be not properly solved in V1.1.1.
The code seems a little weird. You are adding the EventListener twice. Maybe a merge conflict?
layout.js, line 502:
Furthermore, tabs.js, line 130 seems missing the === '#' check.
The text was updated successfully, but these errors were encountered: