This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
virtual-repeat-container: cannot click links when used with <tbody> #10599
Open
Description
Actual Behavior:
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.
CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
CodePen showing the problem: https://codepen.io/tomfitch/pen/bWEavr
CodePen showing the same functionality working with <div> elements instead of table elements: https://codepen.io/tomfitch/pen/oWbpqNDetails:
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.
AngularJS Versions: *
AngularJS Version:
1.6.4AngularJS Material Version:
1.1.0
Additional Information:
Browser Type: *
ChromeBrowser Version: *
57.0.2987.133 (64-bit)OS: *
Mac OS X El Capitan 10.11.6Stack Traces: