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

Sidebar: Overlay of Nested Sidebar Blocks Its Own Content #16233

Closed
kazakevich-alexei opened this issue Aug 14, 2024 · 0 comments · Fixed by #16236 · 4 remaining pull requests
Closed

Sidebar: Overlay of Nested Sidebar Blocks Its Own Content #16233

kazakevich-alexei opened this issue Aug 14, 2024 · 0 comments · Fixed by #16236 · 4 remaining pull requests
Assignees
Labels
LTS-FIXED-15.4.26 LTS-FIXED-16.9.15 LTS-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@kazakevich-alexei
Copy link

Describe the bug

When using nested sidebars (one sidebar opened within another), the overlay of the second sidebar incorrectly blocks its own content. The expected behavior is that the overlay of the second sidebar should block the content of the first sidebar, but it should not block the content of the second sidebar itself.

Environment

Angular Version: 16.2.12
PrimeNG Version: 16.9.14-lts
Browser: Chrome
Operating System: Windows

Reproducer

https://stackblitz.com/edit/iq1kpr?file=src%2Fapp%2Fdemo%2Fsidebar-basic-demo.ts

Angular version

16.2.12

PrimeNG version

16.9.14-lts

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.5.0

Browser(s)

Chrome (Latest)

Steps to reproduce the behavior

Open the first in your Angular application.
While the first sidebar is open, open a second within the first.
Observe that the overlay of the second sidebar blocks its own content, making it inaccessible.

Expected behavior

The second sidebar's overlay should block the content of the first sidebar but should not block the content of the second sidebar itself, allowing full interaction with the second sidebar's content.

@kazakevich-alexei kazakevich-alexei added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 14, 2024
@mehmetcetin01140 mehmetcetin01140 added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 15, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.18.9 milestone Aug 15, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Aug 15, 2024
cetincakiroglu added a commit that referenced this issue Aug 15, 2024
Fixed #16233 - Sidebar: Overlay of Nested Sidebar Blocks Its Own Content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment