Primefaces - AjaxStatus - Dialog is behind the overlay

我怕爱的太早我们不能终老 提交于 2019-12-30 06:05:32

问题


I checked the z-index, but the Dialog z-index is higher than the div of overlay. It was to be correct.

In the showcase works correctly.

Could you help me with this problem?


回答1:


Set appendToBody = true and your problem will go away - but be careful to have a form inside if you do some server-side processing. More info when you post more info!




回答2:


For primefaces 5.1 you can use appendTo="@(body)"



来源:https://stackoverflow.com/questions/8434639/primefaces-ajaxstatus-dialog-is-behind-the-overlay

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!