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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? *
When including a link in a <td> element using md-virtual-repeat on the <tr> element, and the container is a <tbody> with md-virtual-repeat-container directive, you cannot click the link inside the <td> element. (The cursor doesn't change on hover and clicking the link has no effect.)
What is the expected behavior?
You should be able to click the link in the <a> element to navigate to a new page.
Details:
Load the codepen and try to click the links in the comments column. In the codepen showing the problem the mouse cursor doesn't change on hover and nothing happens when you click the link.