I am using PrimeFaces 3.2 on WebSphere Application Server 8 with MyFaces 2.0.2.
I have an confirmDialog which works fine in Firefox.
But when I want to use it with Internet Explorer (Version 6,7,8) I cant use it, because the layer which should obscure the background also obscure the confirmDialog.
Does anyone know a solution?
Best Regards
Try adding
appendToBody="true"to yourp:confirmDialog,also… is it inside a
Tabor something ? cause taking it out should solve your issue too…Try to re model your page so that the form will be inside the dialog and not the opposite….
something like this Re: Problem: Dialog nested dialog with modal=true