css - PrimeFaces RowEditor - No Icon displayed -


i'm having trouble using p:roweditor primefaces. problem is, icon click on not displayed.

i did not modify style class , use default icon. works fine in ff, chrome , ie9.

unfortunately, project supposed run on ie8... icon not visible there. since default browser use @ workplace, there no possibility switch browser.

do guys know work-around or fix, in order make roweditor @ least clickable? text saying "edit" fine, instead of icon.

thanks in advance!

my suggestion "set x-ua-compatible header(primefaces version >= 3.0, if lower version add meta tag h:head)":

<h:head>   <f:facet name="first"> // remove tag if primefaces's version lower 3.0       <meta http-equiv="x-ua-compatible" content="emulateie8" />   </f:facet>   // other contents </h:head> 

read more: specifying legacy document modes


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -