primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10k stars 1.2k forks source link

Drawer: Nested drawer dissmis #6262

Closed FabienVINCENT closed 1 month ago

FabienVINCENT commented 1 month ago

Describe the bug

When we have a drawer nested in another and we change the value of "dismissable" the click on the mask of the child closes both

Reproducer

https://stackblitz.com/edit/vitejs-vite-nu6jez?file=src/App.vue

PrimeVue version

4.0.4

Vue version

4.x

Language

TypeScript

Build / Runtime

Nuxt

Browser(s)

No response

Steps to reproduce the behavior

  1. Click to open parent drawer
  2. Inside parent drawer click to open children drawer
  3. Click on the children mask close both

Expected behavior

No response

FabienVINCENT commented 1 month ago

@tugcekucukoglu This is not fixed un 4.0.5 : https://stackblitz.com/edit/vitejs-vite-nu6jez?file=package.json,src/App.vue