在IE8中未禁用p:commandButton / p:commandLink上的图标/图像

时间:2013-09-05 09:41:07

标签: jsf primefaces internet-explorer-8

在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中工作。

0 个答案:

没有答案