-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
cdkDragHandle
directive is not recognized by cdkDrag
if it's not directly under the cdkDrag
element.
e.g.
<mat-expansion-panel *ngFor="let item of items; index as i" cdkDrag>
<mat-expansion-panel-header>
<mat-panel-title>
<mat-icon class="mr-1" cdkDragHandle>reorder</mat-icon>
{{item}}
</mat-panel-title>
</mat-expansion-panel-header>
...
</mat-expansion-panel>
</mat-expansion-panel>
What is the expected behavior?
Element with cdkDragHandle
directive can be recognized as long as it's inside the cdkDrag
element.
What is the current behavior?
cdkDrag
element (top element) is used as the handle
What are the steps to reproduce?
Providing a StackBlitz reproduction:
https://stackblitz.com/edit/angular-material2-issue-yo4yc2?embed=1
What is the use-case or motivation for changing an existing behavior?
When cdkDrag
attached on an Expansion Panel, the expandability will be gone. The click triggers drag-n-drop only.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6.1.2
Material 6.4.7
MacOS 10.14
TypeScript 2.7.2
Browser Chrome
Is there anything else we should know?
No
bweben and lucassouza1
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent