-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Closed
Copy link
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/coredocsThis issue is related to documentationThis issue is related to documentationhelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The ripple effect should be contained within the table row.
What is the current behavior?
When using <tr mat-row>
in Angular 6 instead of <mat-row ...>
, the ripple effect isn't contained within its parent container. I believe this is caused by the fact that div
(the container used for the ripple) is not a valid child of the tr
element it's applied to.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-myteuk
What is the use-case or motivation for changing an existing behavior?
N/A
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6.x
qortex, kungufli and richardsengers
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/coredocsThis issue is related to documentationThis issue is related to documentationhelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue