Skip to content
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
@tmjfitch

Description

@tmjfitch

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/oWbpqN
  • 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.

AngularJS Versions: *

  • AngularJS Version: 1.6.4
  • AngularJS Material Version: 1.1.0

Additional Information:

  • Browser Type: * Chrome
  • Browser Version: * 57.0.2987.133 (64-bit)
  • OS: * Mac OS X El Capitan 10.11.6
  • Stack Traces:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions