We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
To be able to drag elements containing a textarea like there isn't one
They move to weird positions and cdkDragHandler doesn't get used
Providing a StackBlitz reproduction is the best way to share your issue. StackBlitz starter: https://goo.gl/wwnhMV https://stackblitz.com/edit/angular-3h4hbb?file=src%2Fapp%2Fapp.component.html
You would expect any element inside a cdkDrag to work along with cdkDragHandle
cdkDrag
cdkDragHandle
The text was updated successfully, but these errors were encountered:
Your example doesn't work because of the following:
cdkDragHandler
box-sizing: border-box
Here's a working fork of the example.
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
crisbeto
No branches or pull requests
Bug, feature request, or proposal:
Bug
What is the expected behavior?
To be able to drag elements containing a textarea like there isn't one
What is the current behavior?
They move to weird positions and cdkDragHandler doesn't get used
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
https://stackblitz.com/edit/angular-3h4hbb?file=src%2Fapp%2Fapp.component.html
What is the use-case or motivation for changing an existing behavior?
You would expect any element inside a
cdkDrag
to work along withcdkDragHandle
The text was updated successfully, but these errors were encountered: