We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the kendo-drawer position property it tends to fail if there are more than one nested kendo-drawer.
initial after click
When changing the position of the child drawer, it affects the parent drawer and should not.
Using drawer position should only affect the current component
Chrome
latest
Windows
11
No response
The text was updated successfully, but these errors were encountered:
Additional Info
Nesting multiple Drawer components works as expected in overlay mode: https://stackblitz.com/edit/angular-qj3t3m-rfaihv?file=src%2Fapp%2Fapp.component.ts
However it fails in push mode: https://stackblitz.com/edit/angular-qj3t3m?file=src%2Fapp%2Fapp.component.ts
The problem is caused by the following CSS styles, applied to the Drawer container, which should be adjusted to avoid nested drawer containers.
Thus I am transferring the issue to the kendo themes repository.
Sorry, something went wrong.
No branches or pull requests
Description
When using the kendo-drawer position property it tends to fail if there are more than one nested kendo-drawer.
Steps To Reproduce
Screenshots or video
initial
after click
Actual Behavior
When changing the position of the child drawer, it affects the parent drawer and should not.
Expected Behavior
Using drawer position should only affect the current component
Browser
Chrome
Browser version
latest
OS type
Windows
OS version
11
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: