Skip to content
New issue

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

kendo-drawer nested position fails #5200

Open
Yoko-0x0 opened this issue Oct 17, 2024 · 1 comment
Open

kendo-drawer nested position fails #5200

Yoko-0x0 opened this issue Oct 17, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@Yoko-0x0
Copy link

Description

When using the kendo-drawer position property it tends to fail if there are more than one nested kendo-drawer.

Steps To Reproduce

  1. https://stackblitz.com/edit/angular-qj3t3m
  2. click in Switch Drawer position MyForm

Screenshots or video

initial
image
after click
image

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

@Raisolution
Copy link

Raisolution commented Oct 30, 2024

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.
image

Thus I am transferring the issue to the kendo themes repository.

@Raisolution Raisolution transferred this issue from telerik/kendo-angular Oct 30, 2024
@Raisolution Raisolution added the Bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants