4 Replies Latest reply on Jan 17, 2012 5:07 AM by nk10ere

    cannot hide richfaces modalpanel in IE 8

    nk10ere

      Hi,

       

      JSF 1.2

      richfaces 3.3.0

       

      I have a button inside a modal panel with

           onclick="Richfaces.hideModalPanel('#{id}_modalPanel');"

       

      While it works perfectly in chrome and firefox, it does not work in IE8: the modal panel is never hidden and to get rid of it I have to refresh.

       

      I also tried to replace the above with onclick="#{rich:component('#{id}_modalPanel')}.hide()" but it doesn't change anything.

       

      Can somebody help me with that?

       

      Thanks in advance.