Page 1 of 1

Dialog over Dialog problem

Posted: 11 Oct 2019, 17:19
by acece
Hi All,

First of all I would like to thank to all the contributors to the primereact library which made our projects agile and flex...

Here is our problem;

We are opening a dialog (modal = true) on top of a main window. For the first one everything is ok. Main window content is blurred and not accesible, not editable, etc. But, when we need to open another dialog on top of the previous dialog, we can not blur the content of the previous dialog and even we can edit the content inside it, and push the things like button etc. This is a real pain for us, because it is so usual in our project to open a dialog on top of another dialog.

Did anybody face such a problem before? Any help is welcomed.

Thank you very much.

Re: Dialog over Dialog problem

Posted: 04 Nov 2019, 10:39
by acece
Hi All,

Do you think this is the same issue with the following report?

viewtopic.php?f=57&t=57117

Then, I will follow the new one.

This is a showstopper for us. We appreciate any help.

Thanks & Regards.

Re: Dialog over Dialog problem

Posted: 04 Nov 2019, 15:59
by acece
We have solved the problem using the approach mentioned in other issue.

<Dialog appendTo={document.body} ...

:) :)