简体   繁体   English

PrimeFaces确认Dialog不与InternetExplorer合作

[英]PrimeFaces confirmDialog not working with InternetExplorer

I am using PrimeFaces 3.2 on WebSphere Application Server 8 with MyFaces 2.0.2. 我在使用MyFaces 2.0.2的WebSphere Application Server 8上使用PrimeFaces 3.2。

I have an confirmDialog which works fine in Firefox. 我有一个confirmDialog在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. 但是当我想在Internet Explorer(版本6,7,8)中使用它时,我无法使用它,因为应该遮挡背景的图层也会掩盖confirmDialog。

Does anyone know a solution? 有谁知道解决方案?

Best Regards 最好的祝福

Try adding appendToBody="true" to your p:confirmDialog , 尝试将appendToBody="true"添加到p:confirmDialog

also... is it inside a Tab or something ? 还......它在Tab里面还是什么东西? 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 像这样的东西Re:问题:带有modal = true的Dialog嵌套对话框

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM