在Primefaces中,每当禁用带图标的commandButton或带图像的commandLink时,
组件被禁用,工作正常但是,
它们上的图标或图像不会在 IE8 中禁用(在其他浏览器中工作正常)。
<p:commandButton value="Bookmark" icon="ui-icon-star" disabled="true"/>
以及禁用命令链接中的图像
<p:commandLink disabled="true>
<p:graphicImage value="images/left-arrow-normal.png"/>
</p:commandLink>
我通过使用以下内容的primefaces查看了禁用的css类:
opacity:0.5;
这个问题在primefaces网站上还有 IE8 ,
http://www.primefaces.org/showcase/ui/button.jsf
是否有任何解决办法让他们在IE8中工作。